Axway · JSON Structure

Amplify Platform Apicentral.Asset.Create Structure

Published when a Central asset is created.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

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

Properties

envIds group

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

JSON Structure

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