Axway · JSON Structure

Amplify Platform Platform.Documentresource.Remove Structure

Published when a document resource is removed from use in the organization.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

platform.documentresource.remove is a JSON Structure definition published by Axway, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id provider_guid

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.documentresource.remove",
  "description": "Published when a document resource is removed from use in the organization.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Published id, same as apicentral.documentresource.* event `id`.",
      "example": "507f1f77bcf86cd799439011"
    },
    "provider_guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    }
  }
}