Apache Knox · JSON-LD Context

Apache Knox Admin Api Knox Context

JSON-LD context defining the semantic vocabulary for Apache Knox Admin Api Knox from Apache Knox.

2 Classes 1 Properties 4 Namespaces
View Context View on GitHub

Namespaces

knox: https://apache-knox.apache.org/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

KnoxVersion version

Properties

Property Type Container
hash string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "knox": "https://apache-knox.apache.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "KnoxVersion": "knox:KnoxVersion",
    "version": "schema:version",
    "hash": {
      "@id": "knox:hash",
      "@type": "xsd:string"
    }
  }
}