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

amplify-platform-apic.ucs.catalogitem.create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-apic.ucs.catalogitem.create-schema.json",
  "title": "apic.ucs.catalogitem.create",
  "description": "Published when a catalog asset is created.\n\nAssets synced with type of \"catalogitem\".",
  "type": "object",
  "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"
    }
  }
}