Axway · Schema

marketplace.consumer.deny

Published when a consumer organization sign-up denied.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-marketplaceconsumerdeny-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.consumer.deny",
  "title": "marketplace.consumer.deny",
  "type": "object",
  "description": "Published when a consumer organization sign-up denied.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/marketplace.consumer.approve"
    }
  ]
}