Axway · JSON Structure

Amplify Platform Api_Central.Provision Structure

Published when a Engage provisioning is requested.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

api_central.provision is a JSON Structure definition published by Axway, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

teams trial

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "api_central.provision",
  "description": "Published when a Engage provisioning is requested.",
  "type": "object",
  "properties": {
    "teams": {
      "type": "array",
      "description": "A list of the organization's teams.",
      "items": {
        "type": "object",
        "properties": {
          "default": {
            "$ref": "#/components/schemas/Team/properties/default"
          },
          "guid": {
            "$ref": "#/components/schemas/Team/properties/guid"
          },
          "name": {
            "$ref": "#/components/schemas/Team/properties/name"
          }
        }
      },
      "example": [
        {
          "default": {},
          "guid": {},
          "name": {}
        }
      ]
    },
    "trial": {
      "type": "boolean",
      "example": true
    }
  }
}