{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudformation/refs/heads/main/json-structure/cloudformation-output-structure.json", "name": "Output", "description": "Output schema", "type": "object", "properties": { "OutputKey": { "type": "string" }, "OutputValue": { "type": "string" }, "Description": { "type": "string" }, "ExportName": { "type": "string" } } }