VNC · JSON-LD Context

Vnc Context

JSON-LD context defining the semantic vocabulary for Vnc from VNC.

13 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

vnc: https://www.realvnc.com/ns/

Classes

cloudAddress cloudPassword allowedActions groups accessControl ReadinessStatus RemoteAccess SoftwareApplication ComputerNetwork name description identifier url

Properties

Property Type Container
VNCCloudAddress reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "vnc": "https://www.realvnc.com/ns/",
    "cloudAddress": "vnc:cloudAddress",
    "cloudPassword": "vnc:cloudPassword",
    "allowedActions": "vnc:allowedActions",
    "groups": "vnc:groups",
    "accessControl": "vnc:accessControl",
    "ReadinessStatus": "vnc:ReadinessStatus",
    "RemoteAccess": "vnc:RemoteAccess",
    "VNCCloudAddress": {
      "@id": "vnc:VNCCloudAddress",
      "@type": "@id"
    },
    "SoftwareApplication": "schema:SoftwareApplication",
    "ComputerNetwork": "schema:ComputerNetwork",
    "name": "schema:name",
    "description": "schema:description",
    "identifier": "schema:identifier",
    "url": "schema:url"
  }
}