Google Cloud Certificate Manager Context

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

0 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
Certificate
CertificateMap
DnsAuthorization

JSON-LD Document

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

    "Certificate": {
      "@id": "cm:Certificate",
      "@context": {
        "name": "cm:certificateName",
        "description": "schema:description",
        "sanDnsnames": "cm:sanDnsnames",
        "pemCertificate": "cm:pemCertificate",
        "scope": "cm:scope",
        "managed": "cm:managedConfig",
        "selfManaged": "cm:selfManagedConfig",
        "expireTime": {
          "@id": "cm:expireTime",
          "@type": "xsd:dateTime"
        },
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updateTime": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        },
        "labels": "cm:labels"
      }
    },

    "CertificateMap": {
      "@id": "cm:CertificateMap",
      "@context": {
        "name": "cm:mapName",
        "description": "schema:description",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updateTime": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        },
        "labels": "cm:labels"
      }
    },

    "DnsAuthorization": {
      "@id": "cm:DnsAuthorization",
      "@context": {
        "name": "cm:authorizationName",
        "description": "schema:description",
        "domain": "cm:domain",
        "dnsResourceRecord": "cm:dnsResourceRecord",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    }
  }
}