Axway · JSON Structure

Amplify Platform Marketplace.Consumer.Approve Structure

marketplace.consumer.approve schema from Axway Amplify Platform API

Type: object Properties: 5
API ManagementEnterpriseIntegrationSecurity

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

Properties

consumer_org_guid consumer_org_id consumer_org_name guid name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "marketplace.consumer.approve",
  "description": "marketplace.consumer.approve schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "consumer_org_guid": {
      "$ref": "#/components/schemas/Org/properties/guid"
    },
    "consumer_org_id": {
      "$ref": "#/components/schemas/Org/properties/org_id"
    },
    "consumer_org_name": {
      "$ref": "#/components/schemas/Org/properties/name"
    },
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    }
  }
}