Axway · Schema

platform.documentresource.add

Published when a document resource is selected for use in the organization.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
id string Published id, same as apicentral.documentresource.* event `id`.
provider_guid object
View JSON Schema on GitHub

JSON Schema

axway-platformdocumentresourceadd-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.documentresource.add",
  "title": "platform.documentresource.add",
  "type": "object",
  "description": "Published when a document resource is selected for use in the organization.",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    }
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Published id, same as apicentral.documentresource.* event `id`.",
      "example": "507f1f77bcf86cd799439011"
    },
    "provider_guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    }
  }
}