Axway · Schema

apicentral.asset.create

Published when a Central asset is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
envIds array
group string
View JSON Schema on GitHub

JSON Schema

amplify-platform-apicentral.asset.create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-apicentral.asset.create-schema.json",
  "title": "apicentral.asset.create",
  "description": "Published when a Central asset is created.",
  "type": "object",
  "properties": {
    "envIds": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Environment/properties/guid"
      },
      "example": [
        {}
      ]
    },
    "group": {
      "type": "string",
      "enum": [
        "catalog"
      ],
      "example": "catalog"
    }
  }
}