WSO2 · JSON Structure

Publisher Api Resource Path Structure

ResourcePath schema from WSO2 API Manager

Type: object Properties: 3 Required: 1
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

ResourcePath is a JSON Structure definition published by WSO2, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id resourcePath httpVerb

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/publisher-api-resource-path-structure.json",
  "name": "ResourcePath",
  "description": "ResourcePath schema from WSO2 API Manager",
  "required": [
    "id"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "example": 1
    },
    "resourcePath": {
      "type": "string",
      "example": "/menu"
    },
    "httpVerb": {
      "type": "string",
      "example": "GET"
    }
  }
}