Rancher · JSON-LD Context

Rancher Context

JSON-LD context defining the semantic vocabulary for Rancher from Rancher.

17 Classes 1 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
rancher: https://rancher.com/ns#
k8s: https://kubernetes.io/docs/reference/#

Classes

Cluster Project Node User Token Catalog App RoleTemplate id type name description kubernetesVersion provider state hostname roles

Properties

Property Type Container
clusterId reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "rancher": "https://rancher.com/ns#",
    "k8s": "https://kubernetes.io/docs/reference/#",
    "Cluster": "rancher:Cluster",
    "Project": "rancher:Project",
    "Node": "rancher:Node",
    "User": "rancher:User",
    "Token": "rancher:Token",
    "Catalog": "rancher:Catalog",
    "App": "rancher:App",
    "RoleTemplate": "rancher:RoleTemplate",
    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "description": "schema:description",
    "clusterId": { "@id": "rancher:cluster", "@type": "@id" },
    "kubernetesVersion": "rancher:kubernetesVersion",
    "provider": "rancher:provider",
    "state": "rancher:state",
    "hostname": "schema:name",
    "roles": "rancher:role"
  }
}