Google Cloud Composer · JSON-LD Context

Google Cloud Composer Context

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

8 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/composer/docs/reference/rest/v1/projects.locations.environments#

Classes

Environment name description state uuid createTime updateTime labels

Properties

Property Type Container
config

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/composer/docs/reference/rest/v1/projects.locations.environments#",
    "Environment": "gcloud:Environment",
    "name": "schema:name",
    "description": "schema:description",
    "state": "schema:status",
    "uuid": "schema:identifier",
    "createTime": "schema:dateCreated",
    "updateTime": "schema:dateModified",
    "labels": "schema:keywords",
    "config": {
      "@id": "schema:Configuration",
      "@context": {
        "gkeCluster": "schema:identifier",
        "dagGcsPrefix": "schema:url",
        "nodeCount": "schema:numberOfItems",
        "airflowUri": "schema:url",
        "environmentSize": "schema:size",
        "softwareConfig": {
          "@id": "schema:SoftwareApplication",
          "@context": {
            "imageVersion": "schema:softwareVersion",
            "pythonVersion": "schema:programmingLanguage"
          }
        }
      }
    }
  }
}