{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-delete-environment-input-structure.json", "name": "DeleteEnvironmentInput", "description": "DeleteEnvironmentInput schema from Amazon Proton API", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The name of the environment to delete." } ] } }, "required": [ "name" ] }