{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-structure/amazon-qldb-get-revision-response-structure.json", "name": "GetRevisionResponse", "description": "GetRevisionResponse schema from Amazon QLDB API", "type": "object", "properties": { "Proof": { "allOf": [ { "$ref": "#/components/schemas/ValueHolder" }, { "description": "The proof object in Amazon Ion format returned by a GetRevision request. A proof contains the list of hash values that are required to recalculate the specified digest using a Merkle tree, starting with the specified document revision." } ] }, "Revision": { "allOf": [ { "$ref": "#/components/schemas/ValueHolder" }, { "description": "The document revision data object in Amazon Ion format." } ] } }, "required": [ "Revision" ] }