{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-output-schema.json", "title": "Output", "description": "An infrastructure as code defined resource output.", "type": "object", "properties": { "key": { "allOf": [ { "$ref": "#/components/schemas/OutputKey" }, { "description": "The output key." } ] }, "valueString": { "allOf": [ { "$ref": "#/components/schemas/OutputValueString" }, { "description": "The output value." } ] } } }