{
    "specVersion": "1.0",
    "host": {
        "displayName": "Reynborg.de",
        "identifier": "reynborg.de"
    },
    "entries": [
        {
            "identifier": "urn:air:reynborg.de:api:public-content-discovery",
            "displayName": "Reynborg.de Public Content Discovery API",
            "type": "application/json",
            "url": "https://reynborg.de/crawl",
            "description": "Read-only discovery metadata for public resources currently exposed by this site.",
            "capabilities": [
                "PublicContentDiscovery"
            ],
            "representativeQueries": [
                "Find the public machine-readable resources exposed by this site.",
                "Discover the public content metadata available from this site."
            ]
        },
        {
            "identifier": "urn:air:reynborg.de:api:agent-public-catalog-v1",
            "displayName": "Reynborg.de Agent Public Catalog API",
            "type": "application/vnd.oai.openapi+json;version=3.1",
            "url": "https://reynborg.de/api/agent/v1/openapi.json",
            "description": "Read-only, anonymous access to enabled public catalog and merchant-policy operations.",
            "capabilities": [
                "PublicCatalogRead",
                "ProductSearch",
                "ProductDetail",
                "PublicPolicyLookup"
            ],
            "tags": [
                "products",
                "commerce",
                "read-only"
            ],
            "version": "1.1.0",
            "representativeQueries": [
                "Search the public catalog and return localized prices and availability.",
                "Get exact public product and variant detail by SKU or canonical URL.",
                "Get typed shipping or returns facts from the storefront published policy."
            ]
        }
    ]
}
