Dog API · JSON-LD Context

Dog Api Context

JSON-LD context defining the semantic vocabulary for Dog Api from Dog API.

9 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

AltImage AltImageListResponse BreedListResponse ErrorResponse ImageListResponse ImageResponse StringListResponse StringResponse url

Properties

Property Type Container
altText string
code integer
message string
status string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dog": "https://dog.ceo/vocab/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "AltImage": "dog:AltImage",
    "AltImageListResponse": "dog:AltImageListResponse",
    "BreedListResponse": "dog:BreedListResponse",
    "ErrorResponse": "dog:ErrorResponse",
    "ImageListResponse": "dog:ImageListResponse",
    "ImageResponse": "dog:ImageResponse",
    "StringListResponse": "dog:StringListResponse",
    "StringResponse": "dog:StringResponse",
    "altText": {
      "@id": "dog:altText",
      "@type": "xsd:string"
    },
    "code": {
      "@id": "dog:code",
      "@type": "xsd:integer"
    },
    "message": {
      "@id": "dog:message",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "dog:status",
      "@type": "xsd:string"
    },
    "url": "schema:url"
  }
}