{
  "schema": "https://super-calendar.io/schemas/api-example-manifest.v1.json",
  "source": "configs/api-example-catalog.json",
  "outputRoot": "openapi/public/examples",
  "examples": [
    {
      "id": "weather-xml-pt-br",
      "endpoint": "weather",
      "format": "xml",
      "lang": "pt-BR",
      "path": "/api/weather?city=Sao%20Paulo&units=metric&lang=pt-BR&emoji=true&format=xml",
      "xExample": "/api/weather?city=Sao%20Paulo&units=metric&lang=pt-BR&emoji=true&format=xml",
      "xExampleUrl": "/api/weather?example=true",
      "exampleUrl": "/api/weather?example=true",
      "output": "openapi/public/examples/weather.xml",
      "contentType": "application/xml; charset=utf-8",
      "title": "Weather XML in Brazilian Portuguese",
      "intent": "crawler-readable XML weather example"
    },
    {
      "id": "exchange-json-en",
      "endpoint": "exchange",
      "format": "json",
      "lang": "en",
      "path": "/api/exchange?base=USD&target=BRL&lang=en&emoji=false&format=json",
      "xExample": "/api/exchange?base=USD&target=BRL&lang=en&emoji=false&format=json",
      "xExampleUrl": "/api/exchange?example=true",
      "exampleUrl": "/api/exchange?example=true",
      "output": "openapi/public/examples/exchange.json",
      "contentType": "application/json; charset=utf-8",
      "title": "Exchange JSON in English",
      "intent": "structured exchange example without emoji decoration"
    },
    {
      "id": "seasons-text-ru",
      "endpoint": "seasons",
      "format": "txt",
      "lang": "ru",
      "path": "/api/seasons?year=2026&hemisphere=south&orbit=true&lang=ru&glyph=true&format=txt",
      "xExample": "/api/seasons?year=2026&hemisphere=south&orbit=true&lang=ru&glyph=true&format=txt",
      "xExampleUrl": "/api/seasons?example=true",
      "exampleUrl": "/api/seasons?example=true",
      "output": "openapi/public/examples/seasons.txt",
      "contentType": "text/plain; charset=utf-8",
      "title": "Seasons text in Russian",
      "intent": "plain-text seasonal example with glyph mode enabled"
    },
    {
      "id": "moon-ics-ar",
      "endpoint": "moon",
      "format": "ics",
      "lang": "ar",
      "path": "/api/moon?year=2026&hemisphere=south&lang=ar&emoji=true&format=ics",
      "xExample": "/api/moon?year=2026&hemisphere=south&lang=ar&emoji=true&format=ics",
      "xExampleUrl": "/api/moon?example=true",
      "exampleUrl": "/api/moon?example=true",
      "output": "openapi/public/examples/moon.ics",
      "contentType": "text/calendar; charset=utf-8",
      "title": "Moon ICS in Arabic",
      "intent": "RTL iCalendar moon example"
    },
    {
      "id": "crypto-tsv-pt-br",
      "endpoint": "crypto",
      "format": "tsv",
      "lang": "pt-BR",
      "path": "/api/crypto?ids=bitcoin&vs=brl&lang=pt-BR&format=tsv",
      "xExample": "/api/crypto?ids=bitcoin&vs=brl&lang=pt-BR&format=tsv",
      "xExampleUrl": "/api/crypto?example=true",
      "exampleUrl": "/api/crypto?example=true",
      "output": "openapi/public/examples/crypto.tsv",
      "contentType": "text/tab-separated-values; charset=utf-8",
      "title": "Crypto TSV in Brazilian Portuguese",
      "intent": "tabular crypto example"
    },
    {
      "id": "earnings-html-fr",
      "endpoint": "earnings",
      "format": "html",
      "lang": "fr",
      "path": "/api/earnings?date=2026-06-20&lang=fr&format=html",
      "xExample": "/api/earnings?date=2026-06-20&lang=fr&format=html",
      "xExampleUrl": "/api/earnings?example=true",
      "exampleUrl": "/api/earnings?example=true",
      "output": "openapi/public/examples/earnings.html",
      "contentType": "text/html; charset=utf-8",
      "title": "Earnings HTML in French",
      "intent": "crawler-readable HTML earnings example"
    },
    {
      "id": "religion-jsonl-he",
      "endpoint": "religion",
      "format": "jsonl",
      "lang": "he",
      "path": "/api/religion?religion=jewish&lang=he&format=jsonl",
      "xExample": "/api/religion?religion=jewish&lang=he&format=jsonl",
      "xExampleUrl": "/api/religion?example=true",
      "exampleUrl": "/api/religion?example=true",
      "output": "openapi/public/examples/religion.jsonl",
      "contentType": "application/x-ndjson; charset=utf-8",
      "title": "Religion JSONL in Hebrew",
      "intent": "line-oriented religious observance example"
    },
    {
      "id": "holidays-csv-es",
      "endpoint": "holidays",
      "format": "csv",
      "lang": "es",
      "path": "/api/holidays?country=BR&year=2026&lang=es&format=csv",
      "xExample": "/api/holidays?country=BR&year=2026&lang=es&format=csv",
      "xExampleUrl": "/api/holidays?example=true",
      "exampleUrl": "/api/holidays?example=true",
      "output": "openapi/public/examples/holidays.csv",
      "contentType": "text/csv; charset=utf-8",
      "title": "Holidays CSV in Spanish",
      "intent": "tabular holiday example"
    }
  ]
}
