{
  "specVersion": "0.1.0",
  "host": {
    "name": "MyQuickRecipe",
    "url": "https://myquickrecipe.com"
  },
  "entries": [
    {
      "id": "urn:air:myquickrecipe.com:recipes:api",
      "displayName": "MyQuickRecipe public recipe API",
      "type": "application/json",
      "url": "https://myquickrecipe.com/api/recipes",
      "representativeQueries": [
        "Find quick chicken recipes",
        "Find vegetarian meals in 20 minutes",
        "Get the recipe for a specific slug"
      ]
    },
    {
      "id": "urn:air:myquickrecipe.com:recipes:catalog",
      "displayName": "MyQuickRecipe recipe catalog",
      "type": "application/json",
      "url": "https://myquickrecipe.com/data/recipes.json",
      "representativeQueries": [
        "Browse the complete quick recipe catalog",
        "Find recipes by ingredient",
        "Find recipes by cooking time"
      ]
    },
    {
      "id": "urn:air:myquickrecipe.com:recipes:finder",
      "displayName": "MyQuickRecipe recipe finder",
      "type": "text/html",
      "url": "https://myquickrecipe.com/recipe-finder.html",
      "representativeQueries": [
        "Search recipes by ingredient",
        "Filter recipes by maximum cooking time"
      ]
    }
  ]
}