marketplace.consumer.approve schema from Axway Amplify Platform API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-marketplace.consumer.approve-schema.json", "title": "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" } } }