Software AG · JSON-LD Context

Software Ag Context

JSON-LD context defining the semantic vocabulary for Software Ag from Software AG.

0 Classes 18 Properties 2 Namespaces
View Context View on GitHub

Namespaces

webmethods: https://www.softwareag.com/webmethods/ns#
api: https://api-evangelist.github.io/software-ag/ns#

Properties

Property Type Container
API reference
apiName
apiVersion
apiDescription
type
isActive boolean
tags
maturityState
created dateTime
modified dateTime
Application reference
GatewayEndpoint reference
Policy reference
owner
APIGateway reference
DeveloperPortal reference
IntegrationServer reference
SoftwareAG reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "webmethods": "https://www.softwareag.com/webmethods/ns#",
    "api": "https://api-evangelist.github.io/software-ag/ns#",
    "API": {
      "@id": "webmethods:API",
      "@type": "@id"
    },
    "apiName": {
      "@id": "schema:name"
    },
    "apiVersion": {
      "@id": "schema:version"
    },
    "apiDescription": {
      "@id": "schema:description"
    },
    "type": {
      "@id": "schema:additionalType"
    },
    "isActive": {
      "@id": "webmethods:isActive",
      "@type": "xsd:boolean"
    },
    "tags": {
      "@id": "schema:keywords"
    },
    "maturityState": {
      "@id": "webmethods:maturityState"
    },
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modified": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "Application": {
      "@id": "webmethods:Application",
      "@type": "@id"
    },
    "GatewayEndpoint": {
      "@id": "webmethods:GatewayEndpoint",
      "@type": "@id"
    },
    "Policy": {
      "@id": "webmethods:Policy",
      "@type": "@id"
    },
    "owner": {
      "@id": "schema:author"
    },
    "APIGateway": {
      "@id": "webmethods:APIGateway",
      "@type": "@id"
    },
    "DeveloperPortal": {
      "@id": "webmethods:DeveloperPortal",
      "@type": "@id"
    },
    "IntegrationServer": {
      "@id": "webmethods:IntegrationServer",
      "@type": "@id"
    },
    "SoftwareAG": {
      "@id": "schema:Organization",
      "@type": "@id"
    }
  }
}