Google Anthos · JSON-LD Context

Google Anthos Context

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

0 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
VmwareCluster
BareMetalCluster
NodePool

JSON-LD Document

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

    "VmwareCluster": {
      "@id": "anthos:VmwareCluster",
      "@context": {
        "name": "schema:name",
        "description": "schema:description",
        "onPremVersion": "anthos:onPremVersion",
        "adminClusterMembership": {
          "@id": "anthos:adminClusterMembership",
          "@type": "@id"
        },
        "state": "anthos:clusterState",
        "endpoint": {
          "@id": "schema:url",
          "@type": "@id"
        },
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updateTime": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "BareMetalCluster": {
      "@id": "anthos:BareMetalCluster",
      "@context": {
        "name": "schema:name",
        "description": "schema:description",
        "bareMetalVersion": "anthos:bareMetalVersion",
        "adminClusterMembership": {
          "@id": "anthos:adminClusterMembership",
          "@type": "@id"
        },
        "state": "anthos:clusterState",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updateTime": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "NodePool": {
      "@id": "anthos:NodePool",
      "@context": {
        "name": "schema:name",
        "displayName": "schema:alternateName",
        "cpus": "anthos:cpus",
        "memoryMb": "anthos:memoryMb",
        "replicas": "anthos:replicas",
        "imageType": "anthos:imageType",
        "state": "anthos:nodePoolState",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    }
  }
}