NodePing · JSON-LD Context

Nodeping Context

JSON-LD context defining the semantic vocabulary for Nodeping from NodePing.

13 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/

Classes

Check Contact ContactGroup Schedule Result _id type label target description tags created modified

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://nodeping.com/vocab#",
    "schema": "https://schema.org/",
    "Check": "schema:Action",
    "Contact": "schema:Person",
    "ContactGroup": "schema:Organization",
    "Schedule": "schema:Schedule",
    "Result": "schema:Observation",
    "_id": "@id",
    "type": "@type",
    "label": "schema:name",
    "target": "schema:url",
    "description": "schema:description",
    "tags": "schema:keywords",
    "created": "schema:dateCreated",
    "modified": "schema:dateModified"
  }
}