{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apicentral.publisheddocumentresource.remove", "title": "apicentral.publisheddocumentresource.remove", "type": "object", "description": "Published when a document defined in the document library is made unavailable for use in the marketplace content.", "x-context": "api_central", "allOf": [ { "$ref": "#/components/schemas/apicentral.publisheddocumentresource.create" } ] }