WSO2 · Schema

Operation

APIOperations schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
id string
target string
verb string
View JSON Schema on GitHub

JSON Schema

devportal-api-api-operations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/devportal-api-api-operations-schema.json",
  "title": "Operation",
  "description": "APIOperations schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "apioperation"
    },
    "target": {
      "type": "string"
    },
    "verb": {
      "type": "string"
    }
  }
}