systemd · JSON-LD Context

Systemd Context

JSON-LD context defining the semantic vocabulary for Systemd from systemd.

Systemd Context is a JSON-LD context published by systemd on the APIs.io network.

It defines 32 semantic classes.

Top classes include Interface, Unit, Job, Session, Seat, and 27 more. Namespace prefixes: schema, dbus, varlink, and sd. Tagged areas include Boot, Cgroups, Container, D-Bus, and Init.

32 Classes 0 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dbus: https://systemd.io/ns/dbus#
varlink: https://varlink.org/ns#
sd: https://systemd.io/ns#

Classes

Interface Unit Job Session Seat User Machine Image Link UserRecord GroupRecord BootEntry Credential name description busName objectPath socket interface method signal property loadState activeState subState uid gid ifindex class service leader id

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dbus": "https://systemd.io/ns/dbus#",
    "varlink": "https://varlink.org/ns#",
    "sd": "https://systemd.io/ns#",
    "Interface": "sd:Interface",
    "Unit": "sd:Unit",
    "Job": "sd:Job",
    "Session": "sd:Session",
    "Seat": "sd:Seat",
    "User": "sd:User",
    "Machine": "sd:Machine",
    "Image": "sd:Image",
    "Link": "sd:Link",
    "UserRecord": "sd:UserRecord",
    "GroupRecord": "sd:GroupRecord",
    "BootEntry": "sd:BootEntry",
    "Credential": "sd:Credential",
    "name": "schema:name",
    "description": "schema:description",
    "busName": "dbus:busName",
    "objectPath": "dbus:objectPath",
    "socket": "varlink:socket",
    "interface": "varlink:interface",
    "method": "dbus:method",
    "signal": "dbus:signal",
    "property": "dbus:property",
    "loadState": "sd:loadState",
    "activeState": "sd:activeState",
    "subState": "sd:subState",
    "uid": "sd:uid",
    "gid": "sd:gid",
    "ifindex": "sd:ifindex",
    "class": "sd:class",
    "service": "sd:service",
    "leader": "sd:leader",
    "id": "schema:identifier"
  }
}