Amazon QLDB · JSON Structure

Amazon Qldb Get Revision Response Structure

GetRevisionResponse schema from Amazon QLDB API

Type: object Properties: 2 Required: 1
BlockchainDatabaseLedger

GetRevisionResponse is a JSON Structure definition published by Amazon QLDB, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Proof Revision

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <code>GetRevision</code> 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"
  ]
}