Google Distributed Cloud · JSON-LD Context

Google Distributed Cloud Context

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

0 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

gdc: https://cloud.google.com/distributed-cloud/ns/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
Network
Subnet
Router
Zone

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "gdc": "https://cloud.google.com/distributed-cloud/ns/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "Network": {
      "@id": "gdc:Network",
      "@context": {
        "name": "schema:name",
        "description": "schema:description",
        "mtu": "gdc:mtu",
        "labels": "gdc:labels",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updateTime": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Subnet": {
      "@id": "gdc:Subnet",
      "@context": {
        "name": "schema:name",
        "description": "schema:description",
        "network": {
          "@id": "gdc:network",
          "@type": "@id"
        },
        "ipv4Cidr": "gdc:ipv4Cidr",
        "ipv6Cidr": "gdc:ipv6Cidr",
        "vlanId": "gdc:vlanId",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Router": {
      "@id": "gdc:Router",
      "@context": {
        "name": "schema:name",
        "description": "schema:description",
        "network": {
          "@id": "gdc:network",
          "@type": "@id"
        },
        "bgpPeers": "gdc:bgpPeers",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Zone": {
      "@id": "gdc:Zone",
      "@context": {
        "name": "schema:name",
        "displayName": "schema:alternateName",
        "location": "schema:location"
      }
    }
  }
}