Axway · Schema

platform.env.create

Published when an environment is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
governance object
guid object
name object
type object
View JSON Schema on GitHub

JSON Schema

axway-platformenvcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.env.create",
  "title": "platform.env.create",
  "type": "object",
  "description": "Published when an environment is created.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    }
  ],
  "properties": {
    "governance": {
      "$ref": "#/components/schemas/Environment/properties/governance"
    },
    "guid": {
      "$ref": "#/components/schemas/Environment/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Environment/properties/name"
    },
    "type": {
      "$ref": "#/components/schemas/Environment/properties/type"
    }
  }
}