{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "apimatic": "https://www.apimatic.io/vocab/", "id": "@id", "type": "@type", "name": "schema:name", "description": "schema:description", "version": "schema:version", "createdAt": { "@id": "dcterms:created", "@type": "xsd:dateTime" }, "updatedAt": { "@id": "dcterms:modified", "@type": "xsd:dateTime" }, "platform": "apimatic:platform", "downloadUrl": { "@id": "schema:downloadUrl", "@type": "@id" }, "expiresAt": { "@id": "schema:expires", "@type": "xsd:dateTime" }, "errors": "apimatic:errors", "warnings": "apimatic:warnings", "valid": "apimatic:valid" } }