WSO2 · JSON Structure

Devportal Api Marketplace Assistant Api Structure

MarketplaceAssistantApi schema from WSO2 API Manager

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

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

Properties

apiId apiName version

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/devportal-api-marketplace-assistant-api-structure.json",
  "name": "MarketplaceAssistantApi",
  "description": "MarketplaceAssistantApi schema from WSO2 API Manager",
  "required": [
    "apiId",
    "apiName",
    "version"
  ],
  "type": "object",
  "properties": {
    "apiId": {
      "type": "string",
      "description": "Uuid of the api.",
      "example": "1sbdhsjd-121n-nknsjkd-1213njb"
    },
    "apiName": {
      "type": "string",
      "description": "name of the api.",
      "example": "PizzaShackAPI"
    },
    "version": {
      "type": "string",
      "description": "version of the api.",
      "example": "1.0.0"
    }
  }
}