Apidog · JSON-LD Context

Apidog Context

JSON-LD context defining the semantic vocabulary for Apidog from Apidog.

2 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

apidog: https://api.apidog.com/v1/
xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Classes

name description

Properties

Property Type Container
projectId integer
endpointCount integer
schemaCount integer
environmentCount integer
apiVersion string
success boolean
errorCode string
errorMessage string
exportData string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "apidog": "https://api.apidog.com/v1/",
    "projectId": {
      "@id": "apidog:projectId",
      "@type": "xsd:integer"
    },
    "endpointCount": {
      "@id": "apidog:endpointCount",
      "@type": "xsd:integer"
    },
    "schemaCount": {
      "@id": "apidog:schemaCount",
      "@type": "xsd:integer"
    },
    "environmentCount": {
      "@id": "apidog:environmentCount",
      "@type": "xsd:integer"
    },
    "apiVersion": {
      "@id": "apidog:apiVersion",
      "@type": "xsd:string"
    },
    "success": {
      "@id": "apidog:success",
      "@type": "xsd:boolean"
    },
    "errorCode": {
      "@id": "apidog:errorCode",
      "@type": "xsd:string"
    },
    "errorMessage": {
      "@id": "apidog:errorMessage",
      "@type": "xsd:string"
    },
    "exportData": {
      "@id": "apidog:exportData",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/"
  }
}