{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-structure/amazon-qldb-value-holder-structure.json", "name": "ValueHolder", "description": "A structure that can contain a value in multiple encoding formats.", "type": "object", "properties": { "IonText": { "allOf": [ { "$ref": "#/components/schemas/IonText" }, { "description": "An Amazon Ion plaintext value contained in a ValueHolder structure." } ] } } }