{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-update-environment-response-structure.json", "name": "UpdateEnvironmentResponse", "description": "UpdateEnvironmentResponse schema from AWS Mainframe Modernization API", "type": "object", "properties": { "environmentId": { "allOf": [ { "$ref": "#/components/schemas/Identifier" }, { "description": "The unique identifier of the runtime environment that was updated." } ] } }, "required": [ "environmentId" ] }