Axway · Schema

apicentral.asset.remove

Published when a Central asset is removed.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-apicentralassetremove-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apicentral.asset.remove",
  "title": "apicentral.asset.remove",
  "type": "object",
  "description": "Published when a Central asset is removed.",
  "x-context": "api_central",
  "allOf": [
    {
      "$ref": "#/components/schemas/apicentral.asset.create"
    }
  ]
}