AMQP · JSON-LD Context

Amqp Amqp Binding Context

JSON-LD context defining the semantic vocabulary for Amqp Amqp Binding from AMQP.

1 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

AMQP Binding

Properties

Property Type Container
source string
destination string
destinationType string
routingKey string
arguments reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amqp": "https://www.amqp.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "AMQP Binding": "amqp:AMQP Binding",
    "source": {
      "@id": "amqp:source",
      "@type": "xsd:string"
    },
    "destination": {
      "@id": "amqp:destination",
      "@type": "xsd:string"
    },
    "destinationType": {
      "@id": "amqp:destinationType",
      "@type": "xsd:string"
    },
    "routingKey": {
      "@id": "amqp:routingKey",
      "@type": "xsd:string"
    },
    "arguments": {
      "@id": "amqp:arguments",
      "@type": "@id"
    }
  }
}