CompleteDNS · JSON-LD Context

Completedns Context

JSON-LD context defining the semantic vocabulary for Completedns from CompleteDNS.

0 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

completedns: https://api.completedns.com/v2/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
DnsHistory
DnsEvent
NameserverChange

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "completedns": "https://api.completedns.com/v2/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "DnsHistory": {
      "@id": "completedns:DnsHistory",
      "@context": {
        "domain": "schema:name",
        "drops": {
          "@id": "completedns:drops",
          "@type": "xsd:integer"
        },
        "changes": {
          "@id": "completedns:changes",
          "@type": "xsd:integer"
        },
        "years": {
          "@id": "completedns:years",
          "@type": "xsd:decimal"
        },
        "wasParked": {
          "@id": "completedns:was_parked",
          "@type": "xsd:boolean"
        },
        "events": {
          "@id": "completedns:events",
          "@container": "@list"
        }
      }
    },

    "DnsEvent": {
      "@id": "completedns:DnsEvent",
      "@context": {
        "date": {
          "@id": "dcterms:date",
          "@type": "xsd:date"
        },
        "type": "completedns:eventType",
        "nameservers": {
          "@id": "completedns:nameservers",
          "@container": "@set"
        },
        "changes": {
          "@id": "completedns:changeSet",
          "@container": "@list"
        }
      }
    },

    "NameserverChange": {
      "@id": "completedns:NameserverChange",
      "@context": {
        "action": "completedns:action",
        "nameserver": "completedns:nameserver"
      }
    }
  }
}