{ "$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" } } }