{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudformation/refs/heads/main/json-schema/cloudformation-update-stack-output-schema.json", "title": "UpdateStackOutput", "description": "UpdateStackOutput schema", "type": "object", "properties": { "StackId": { "type": "string" } } }