{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.env.create-schema.json", "title": "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" } } }