Axway · JSON Structure

Amplify Platform Apicentral.Subscription.Create Structure

Published when a marketplace subscription is created.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

apicentral.subscription.create 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

group provider_guid

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}