SAP Integration Suite · JSON-LD Context

Sap Integration Suite Context

JSON-LD context defining the semantic vocabulary for Sap Integration Suite from SAP Integration Suite.

20 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
sap: https://api.sap.com/vocabulary/
iflow: https://help.sap.com/docs/integration-suite/terms/

Classes

id name description version vendor status creationDate modifiedDate deployedBy deployedOn sender receiver integrationFlowName correlationId basePath targetEndpoint isDeployed quota quotaInterval quotaTimeUnit

Properties

Property Type Container
IntegrationPackage reference
IntegrationFlow reference
RuntimeArtifact reference
MessageProcessingLog reference
APIProxy reference
APIProduct reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "sap": "https://api.sap.com/vocabulary/",
    "iflow": "https://help.sap.com/docs/integration-suite/terms/",

    "IntegrationPackage": {
      "@id": "sap:IntegrationPackage",
      "@type": "@id"
    },
    "IntegrationFlow": {
      "@id": "sap:IntegrationFlow",
      "@type": "@id"
    },
    "RuntimeArtifact": {
      "@id": "sap:RuntimeArtifact",
      "@type": "@id"
    },
    "MessageProcessingLog": {
      "@id": "sap:MessageProcessingLog",
      "@type": "@id"
    },
    "APIProxy": {
      "@id": "sap:APIProxy",
      "@type": "@id"
    },
    "APIProduct": {
      "@id": "sap:APIProduct",
      "@type": "@id"
    },

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "vendor": "schema:provider",
    "status": "sap:status",
    "creationDate": "schema:dateCreated",
    "modifiedDate": "schema:dateModified",
    "deployedBy": "sap:deployedBy",
    "deployedOn": "sap:deployedOn",
    "sender": "sap:sender",
    "receiver": "sap:receiver",
    "integrationFlowName": "sap:integrationFlowName",
    "correlationId": "sap:correlationId",
    "basePath": "sap:basePath",
    "targetEndpoint": "sap:targetEndpoint",
    "isDeployed": "sap:isDeployed",
    "quota": "sap:quota",
    "quotaInterval": "sap:quotaInterval",
    "quotaTimeUnit": "sap:quotaTimeUnit"
  }
}