Axway · Schema

apicentral.publisheddocumentresource.remove

Published when a document defined in the document library is made unavailable for use in the marketplace content.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-apicentralpublisheddocumentresourceremove-schema.json Raw ↑
{
  "$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"
    }
  ]
}