RouterOS · JSON-LD Context

Routeros Context

JSON-LD context defining the semantic vocabulary for Routeros from RouterOS.

0 Classes 24 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
routeros: https://help.mikrotik.com/docs/spaces/ROS/vocab#

Properties

Property Type Container
RouterOSDevice reference
RouterOSInterface reference
RouterOSIpAddress reference
RouterOSFirewallRule reference
RouterOSRoute reference
address string
interface string
network string
gateway string
macAddress string
chain string
action string
protocol string
uptime string
version string
cpuLoad string
freeMemory string
totalMemory string
disabled string
comment string
ssid string
signalStrength string
leaseTime string
dnsServers string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "routeros": "https://help.mikrotik.com/docs/spaces/ROS/vocab#",

    "RouterOSDevice": {
      "@id": "schema:NetworkDevice",
      "@type": "@id"
    },
    "RouterOSInterface": {
      "@id": "routeros:Interface",
      "@type": "@id"
    },
    "RouterOSIpAddress": {
      "@id": "routeros:IpAddress",
      "@type": "@id"
    },
    "RouterOSFirewallRule": {
      "@id": "routeros:FirewallRule",
      "@type": "@id"
    },
    "RouterOSRoute": {
      "@id": "routeros:Route",
      "@type": "@id"
    },

    "address": {
      "@id": "schema:addressLocality",
      "@type": "xsd:string"
    },
    "interface": {
      "@id": "routeros:interface",
      "@type": "xsd:string"
    },
    "network": {
      "@id": "routeros:network",
      "@type": "xsd:string"
    },
    "gateway": {
      "@id": "routeros:gateway",
      "@type": "xsd:string"
    },
    "macAddress": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "chain": {
      "@id": "routeros:chain",
      "@type": "xsd:string"
    },
    "action": {
      "@id": "routeros:action",
      "@type": "xsd:string"
    },
    "protocol": {
      "@id": "routeros:protocol",
      "@type": "xsd:string"
    },
    "uptime": {
      "@id": "schema:duration",
      "@type": "xsd:string"
    },
    "version": {
      "@id": "schema:softwareVersion",
      "@type": "xsd:string"
    },
    "cpuLoad": {
      "@id": "routeros:cpuLoad",
      "@type": "xsd:string"
    },
    "freeMemory": {
      "@id": "routeros:freeMemory",
      "@type": "xsd:string"
    },
    "totalMemory": {
      "@id": "routeros:totalMemory",
      "@type": "xsd:string"
    },
    "disabled": {
      "@id": "schema:enabled",
      "@type": "xsd:string"
    },
    "comment": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "ssid": {
      "@id": "routeros:ssid",
      "@type": "xsd:string"
    },
    "signalStrength": {
      "@id": "routeros:signalStrength",
      "@type": "xsd:string"
    },
    "leaseTime": {
      "@id": "routeros:leaseTime",
      "@type": "xsd:string"
    },
    "dnsServers": {
      "@id": "schema:contentUrl",
      "@type": "xsd:string"
    }
  }
}