WSO2 · JSON Structure

Publisher Api Api Product Business Information Structure

APIProductBusinessInformation schema from WSO2 API Manager

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

APIProductBusinessInformation is a JSON Structure definition published by WSO2, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

businessOwner businessOwnerEmail technicalOwner technicalOwnerEmail

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-api-product-business-information-structure.json",
  "name": "APIProductBusinessInformation",
  "description": "APIProductBusinessInformation schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "businessOwner": {
      "maxLength": 120,
      "type": "string",
      "example": "businessowner"
    },
    "businessOwnerEmail": {
      "type": "string",
      "example": "businessowner@wso2.com"
    },
    "technicalOwner": {
      "maxLength": 120,
      "type": "string",
      "example": "technicalowner"
    },
    "technicalOwnerEmail": {
      "type": "string",
      "example": "technicalowner@wso2.com"
    }
  }
}