Axway · JSON Structure

Amplify Platform Platform.Env.Create Structure

Published when an environment is created.

Type: object Properties: 4
API ManagementEnterpriseIntegrationSecurity

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

Properties

governance guid name type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "platform.env.create",
  "description": "Published when an environment is created.",
  "type": "object",
  "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"
    }
  }
}