Amazon QLDB · JSON Structure

Amazon Qldb Ledger State Structure

LedgerState schema from Amazon QLDB API

Type: string Properties: 0
BlockchainDatabaseLedger

LedgerState is a JSON Structure definition published by Amazon QLDB. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-ledger-state-structure.json",
  "name": "LedgerState",
  "description": "LedgerState schema from Amazon QLDB API",
  "type": "string",
  "enum": [
    "CREATING",
    "ACTIVE",
    "DELETING",
    "DELETED"
  ]
}