{
  "specVersion": "1.0",
  "host": {
    "displayName": "China Expos",
    "identifier": "did:web:chinaexpos.com"
  },
  "entries": [
    {
      "identifier": "urn:air:chinaexpos.com:api:public",
      "displayName": "China Expos public API",
      "type": "application/openapi+json",
      "url": "https://chinaexpos.com/openapi.json",
      "representativeQueries": [
        "list upcoming trade expos in Shanghai",
        "search China exhibitions about electronics",
        "find exhibition venues in Guangzhou",
        "what categories of expos are listed"
      ]
    },
    {
      "identifier": "urn:air:chinaexpos.com:catalog:api",
      "displayName": "API catalog (RFC 9727)",
      "type": "application/linkset+json",
      "url": "https://chinaexpos.com/.well-known/api-catalog",
      "representativeQueries": [
        "where is the OpenAPI description",
        "API health status for China Expos"
      ]
    },
    {
      "identifier": "urn:air:chinaexpos.com:skill:browse-exhibitions",
      "displayName": "Browse exhibitions skill",
      "type": "text/markdown",
      "url": "https://chinaexpos.com/.well-known/agent-skills/browse-exhibitions/SKILL.md",
      "representativeQueries": [
        "how do I search exhibitions with the API",
        "agent skill for China trade shows"
      ]
    }
  ]
}