{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "marketplace.billing.disable", "description": "Published when a marketplace billing integration is disabled.", "type": "object", "properties": { "guid": { "$ref": "#/components/schemas/Provider/properties/guid" }, "name": { "$ref": "#/components/schemas/Provider/properties/name" } } }