Google Cloud CDN · JSON-LD Context

Cdn Context

JSON-LD context defining the semantic vocabulary for Cdn from Google Cloud CDN.

10 Classes 3 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/
gcp: https://cloud.google.com/schema#

Classes

BackendService UrlMap CacheInvalidationRule name description id selfLink protocol enableCDN cacheMode

Properties

Property Type Container
defaultTtl integer
maxTtl integer
creationTimestamp dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://cloud.google.com/cdn/schema#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "gcp": "https://cloud.google.com/schema#",
    "BackendService": "gcp:CDNBackendService",
    "UrlMap": "gcp:CDNUrlMap",
    "CacheInvalidationRule": "gcp:CDNCacheInvalidationRule",
    "name": "schema:name",
    "description": "schema:description",
    "id": "schema:identifier",
    "selfLink": "schema:url",
    "protocol": "gcp:protocol",
    "enableCDN": "gcp:enableCDN",
    "cacheMode": "gcp:cacheMode",
    "defaultTtl": {
      "@id": "gcp:defaultTtl",
      "@type": "xsd:integer"
    },
    "maxTtl": {
      "@id": "gcp:maxTtl",
      "@type": "xsd:integer"
    },
    "creationTimestamp": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    }
  }
}