{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "apilayer": "https://apilayer.com/vocab/", "id": "@id", "type": "@type", "name": "schema:name", "description": "schema:description", "category": "apilayer:category", "baseURL": "schema:url", "documentationURL": { "@id": "schema:documentation", "@type": "@id" }, "authentication": "apilayer:authentication", "plans": "apilayer:plans", "tags": "schema:keywords", "monthlyRequests": "apilayer:monthlyRequests", "pricePerMonth": "schema:price", "headerName": "apilayer:headerName" } }