{ "@context": { "@version": 1.1, "agg": "https://api-evangelist.github.io/aggregation/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcat": "https://www.w3.org/ns/dcat#", "UnifiedAPI": "agg:UnifiedAPI", "APICatalogEntry": "dcat:Resource", "name": "schema:name", "description": "schema:description", "provider": "schema:provider", "category": { "@id": "agg:category", "@type": "xsd:string" }, "baseUrl": { "@id": "schema:url", "@type": "@id" }, "base_url": { "@id": "schema:url", "@type": "@id" }, "documentationUrl": { "@id": "schema:url", "@type": "@id" }, "documentation_url": { "@id": "schema:url", "@type": "@id" }, "openapi_url": { "@id": "dcat:downloadURL", "@type": "@id" }, "pricing_model": { "@id": "agg:pricing_model", "@type": "xsd:string" }, "normalized_schema": { "@id": "agg:normalized_schema", "@type": "xsd:boolean" }, "providers": { "@id": "agg:providers", "@container": "@set", "@type": "@id" }, "authentication_types": { "@id": "agg:authentication_types", "@container": "@set", "@type": "xsd:string" }, "tags": { "@id": "dcat:keyword", "@container": "@set", "@type": "xsd:string" }, "status": { "@id": "agg:status", "@type": "xsd:string" } } }