WSO2 · Schema

APIBusinessInformation

APIBusinessInformation 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

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