{ "@context": { "@version": 1.1, "aws": "https://aws.amazon.com/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "RestApis": "aws:RestApis", "RestApi": "aws:RestApi", "id": { "@id": "aws:id", "@type": "xsd:string" }, "name": "schema:name", "description": "schema:description", "createdDate": { "@id": "aws:createdDate", "@type": "xsd:dateTime" }, "version": "schema:version", "endpointConfiguration": { "@id": "aws:endpointConfiguration", "@type": "@id" }, "types": { "@id": "aws:types", "@container": "@set", "@type": "xsd:string" }, "items": { "@id": "aws:items", "@container": "@set", "@type": "@id" } } }