{
  "$schema": "https://agenticresourcediscovery.org/schemas/ard/0.1/schema.json",
  "specVersion": "0.1",
  "host": {
    "name": "TimeAndCalendars.com",
    "url": "https://timeandcalendars.com"
  },
  "entries": [
    {
      "identifier": "urn:air:timeandcalendars.com:time:city-clock",
      "displayName": "Current time by city",
      "type": "text/markdown",
      "url": "https://timeandcalendars.com/docs/agents/current-city-time.md",
      "representativeQueries": [
        "What time is it in Houston?",
        "What is the current local time in London?",
        "Show me the time zone and current time for Tokyo."
      ]
    },
    {
      "identifier": "urn:air:timeandcalendars.com:time:conversion",
      "displayName": "Time zone conversion",
      "type": "text/markdown",
      "url": "https://timeandcalendars.com/docs/agents/time-zone-conversion.md",
      "representativeQueries": [
        "Convert 3 PM Eastern Time to India Standard Time.",
        "What time is 09:00 UTC in London?",
        "Compare Central European Time and Eastern Time."
      ]
    },
    {
      "identifier": "urn:air:timeandcalendars.com:weather:city",
      "displayName": "Current city weather",
      "type": "text/markdown",
      "url": "https://timeandcalendars.com/docs/agents/city-weather.md",
      "representativeQueries": [
        "What is the weather in Houston right now?",
        "Give me the current temperature and conditions in Paris."
      ]
    },
    {
      "identifier": "urn:air:timeandcalendars.com:time:world-clock",
      "displayName": "World clock",
      "type": "text/markdown",
      "url": "https://timeandcalendars.com/docs/agents/world-clock.md",
      "representativeQueries": [
        "Compare the current time in New York, London, and Sydney.",
        "Which cities are currently in the morning?"
      ]
    },
    {
      "identifier": "urn:air:timeandcalendars.com:calculator:date-time",
      "displayName": "Date and time calculators",
      "type": "text/markdown",
      "url": "https://timeandcalendars.com/docs/agents.md",
      "representativeQueries": [
        "How many days are between two dates?",
        "Convert hours into minutes and seconds.",
        "Calculate the distance between two cities."
      ]
    }
  ]
}