Google Cloud DNS · JSON-LD Context

Dns Context

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

11 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

ManagedZone ResourceRecordSet Change Policy name description id dnsName visibility nameServers rrdatas

Properties

Property Type Container
ttl integer
creationTime dateTime
startTime dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://cloud.google.com/dns/schema#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "gcp": "https://cloud.google.com/schema#",
    "ManagedZone": "gcp:DNSManagedZone",
    "ResourceRecordSet": "gcp:DNSResourceRecordSet",
    "Change": "gcp:DNSChange",
    "Policy": "gcp:DNSPolicy",
    "name": "schema:name",
    "description": "schema:description",
    "id": "schema:identifier",
    "dnsName": "gcp:dnsName",
    "visibility": "gcp:visibility",
    "nameServers": "gcp:nameServers",
    "ttl": {
      "@id": "gcp:ttl",
      "@type": "xsd:integer"
    },
    "rrdatas": "gcp:rrdatas",
    "creationTime": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "startTime": {
      "@id": "gcp:startTime",
      "@type": "xsd:dateTime"
    }
  }
}