Amazon QLDB · JSON Structure

Amazon Qldb Value Holder Structure

A structure that can contain a value in multiple encoding formats.

Type: object Properties: 1
BlockchainDatabaseLedger

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

Properties

IonText

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-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 <code>ValueHolder</code> structure."
        }
      ]
    }
  }
}