{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-schema/amazon-mainframe-modernization-update-environment-response-schema.json", "title": "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" ] }