Published when a consumer organization is set inactive.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/marketplace.consumer.inactive", "title": "marketplace.consumer.inactive", "type": "object", "description": "Published when a consumer organization is set inactive.", "x-context": "org", "allOf": [ { "$ref": "#/components/schemas/marketplace.consumer.approve" } ] }