Apache ActiveMQ · JSON-LD Context

Apache Activemq Rest Context

JSON-LD context defining the semantic vocabulary for Apache Activemq Rest from Apache ActiveMQ.

2 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

JolokiaResponse JolokiaError

Properties

Property Type Container
request reference
value string
timestamp integer
status integer
errorType string
error string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amq": "https://activemq.apache.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "JolokiaResponse": "amq:JolokiaResponse",
    "request": {
      "@id": "amq:request",
      "@type": "@id"
    },
    "value": {
      "@id": "amq:value",
      "@type": "xsd:string"
    },
    "timestamp": {
      "@id": "amq:timestamp",
      "@type": "xsd:integer"
    },
    "status": {
      "@id": "amq:status",
      "@type": "xsd:integer"
    },
    "JolokiaError": "amq:JolokiaError",
    "errorType": {
      "@id": "amq:error_type",
      "@type": "xsd:string"
    },
    "error": {
      "@id": "amq:error",
      "@type": "xsd:string"
    }
  }
}