APIPark · JSON-LD Context

Apipark Context

JSON-LD context defining the semantic vocabulary for Apipark from APIPark.

13 Classes 1 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
apipark: https://apipark.com/vocab/

Classes

id type name description teamId status tags provider modelName priority memberCount serviceId apiKey

Properties

Property Type Container
createdAt dateTime

JSON-LD Document

Raw ↑
{
  "@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"
  }
}