Axway · Schema

apicentral.subscription.create

Published when a marketplace subscription is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
group string
provider_guid object
View JSON Schema on GitHub

JSON Schema

amplify-platform-apicentral.subscription.create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-apicentral.subscription.create-schema.json",
  "title": "apicentral.subscription.create",
  "description": "Published when a marketplace subscription is created.",
  "type": "object",
  "properties": {
    "group": {
      "type": "string",
      "enum": [
        "catalog"
      ],
      "example": "catalog"
    },
    "provider_guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    }
  }
}