{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-schema/amazon-qldb-update-ledger-permissions-mode-request-schema.json", "title": "UpdateLedgerPermissionsModeRequest", "description": "UpdateLedgerPermissionsModeRequest schema from Amazon QLDB API", "type": "object", "properties": { "PermissionsMode": { "allOf": [ { "$ref": "#/components/schemas/PermissionsMode" }, { "description": "

The permissions mode to assign to the ledger. This parameter can have one of the following values:

We strongly recommend using the STANDARD permissions mode to maximize the security of your ledger data.

" } ] } }, "required": [ "PermissionsMode" ] }