ApiProtocol

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-apiprotocol-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiProtocol",
  "title": "ApiProtocol",
  "type": "string",
  "enum": [
    "odata-v2",
    "odata-v4",
    "rest",
    "graphql",
    "delta-sharing",
    "soap-inbound",
    "soap-outbound",
    "mcp",
    "websocket",
    "a2a",
    "sap-rfc",
    "sap-sql-api-v1",
    "sap-ina-api-v1"
  ]
}