Axway · JSON Structure

Amplify Platform Apic.Ucs.Catalogitem.Create Structure

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

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

apic.ucs.catalogitem.create is a JSON Structure definition published by Axway, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

catalogSubType catalogType envId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}