{
  "specVersion": "1.0",
  "host": {
    "displayName": "Cooked?",
    "identifier": "did:web:yallcooked.com"
  },
  "entries": [
    {
      "identifier": "urn:air:yallcooked.com:api:restaurant-inspections",
      "displayName": "Cooked? Restaurant Health Inspection API",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://yallcooked.com/.well-known/openapi.json",
      "representativeQueries": [
        "find the health inspection record for a restaurant by name",
        "show restaurants near these coordinates",
        "explain whether an official restaurant rating is clean, mid, or cooked"
      ]
    },
    {
      "identifier": "urn:air:yallcooked.com:skill:restaurant-health-inspections",
      "displayName": "Use Cooked? Restaurant Health Inspections",
      "type": "text/markdown",
      "url": "https://yallcooked.com/.well-known/agent-skills/restaurant-health-inspections/SKILL.md",
      "representativeQueries": [
        "is this restaurant clean according to the health department",
        "look up a restaurant food hygiene rating",
        "find recent official inspection details for this restaurant"
      ]
    }
  ]
}
