{ "@context": { "@version": 1.1, "apc": "https://api-evangelist.github.io/api-clients/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#", "http": "http://www.w3.org/2011/http#", "HTTPRequest": "http:Request", "Collection": "apc:Collection", "id": "@id", "name": "schema:name", "description": "schema:description", "method": { "@id": "http:methodName", "@type": "xsd:string" }, "url": { "@id": "schema:url", "@type": "@id" }, "headers": { "@id": "http:headers", "@container": "@list" }, "query": { "@id": "apc:query", "@container": "@list" }, "body": "http:body", "auth": { "@id": "apc:auth", "@type": "@id" }, "protocol": { "@id": "apc:protocol", "@type": "xsd:string" }, "tests": { "@id": "apc:tests", "@container": "@list" }, "client": { "@id": "apc:client", "@type": "xsd:string" }, "specVersion": { "@id": "apc:specVersion", "@type": "xsd:string" }, "variables": { "@id": "apc:variables", "@container": "@set" }, "requests": { "@id": "apc:requests", "@container": "@list", "@type": "@id" }, "folders": { "@id": "apc:folders", "@container": "@set" }, "exportedFrom": { "@id": "apc:exportedFrom", "@type": "xsd:string" }, "tags": { "@id": "dcat:keyword", "@container": "@set", "@type": "xsd:string" }, "secret": { "@id": "apc:secret", "@type": "xsd:boolean" }, "disabled": { "@id": "apc:disabled", "@type": "xsd:boolean" }, "language": { "@id": "schema:programmingLanguage", "@type": "xsd:string" }, "mediaType": { "@id": "dcterms:format", "@type": "xsd:string" } } }