WSO2 · Schema

APIProductBusinessInformation

APIProductBusinessInformation schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
businessOwner string
businessOwnerEmail string
technicalOwner string
technicalOwnerEmail string
View JSON Schema on GitHub

JSON Schema

publisher-api-api-product-business-information-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/publisher-api-api-product-business-information-schema.json",
  "title": "APIProductBusinessInformation",
  "description": "APIProductBusinessInformation schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "businessOwner": {
      "maxLength": 120,
      "type": "string",
      "example": "businessowner"
    },
    "businessOwnerEmail": {
      "type": "string",
      "example": "[email protected]"
    },
    "technicalOwner": {
      "maxLength": 120,
      "type": "string",
      "example": "technicalowner"
    },
    "technicalOwnerEmail": {
      "type": "string",
      "example": "[email protected]"
    }
  }
}