Axway · Schema

apic.ucs.catalogitem.create

Published when a catalog asset is created. Assets synced with type of "catalogitem".

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
catalogSubType string Synced as `platform`.
catalogType string Synced as `subtype`.
envId object
View JSON Schema on GitHub

JSON Schema

axway-apicucscatalogitemcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apic.ucs.catalogitem.create",
  "title": "apic.ucs.catalogitem.create",
  "type": "object",
  "description": "Published when a catalog asset is created.\n\nAssets synced with type of \"catalogitem\".",
  "x-context": "catalog",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataCentral"
    }
  ],
  "properties": {
    "catalogSubType": {
      "type": "string",
      "description": "Synced as `platform`.",
      "example": "example_value"
    },
    "catalogType": {
      "type": "string",
      "description": "Synced as `subtype`.",
      "example": "example_value"
    },
    "envId": {
      "$ref": "#/components/schemas/Environment/properties/guid"
    }
  }
}