{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "apipark": "https://apipark.com/vocab/", "id": "@id", "type": "@type", "name": "schema:name", "description": "schema:description", "teamId": "apipark:teamId", "status": "apipark:status", "tags": "schema:keywords", "createdAt": { "@id": "dcterms:created", "@type": "xsd:dateTime" }, "provider": "schema:provider", "modelName": "apipark:modelName", "priority": "apipark:priority", "memberCount": "apipark:memberCount", "serviceId": "apipark:serviceId", "apiKey": "apipark:apiKey" } }