Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Password String Structure

PasswordString schema from Amazon Managed Blockchain API

Type: string Properties: 0
BlockchainDistributed LedgerHyperledger FabricEthereum

PasswordString is a JSON Structure definition published by Amazon Managed Blockchain. 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-managed-blockchain/refs/heads/main/json-structure/amazon-managed-blockchain-password-string-structure.json",
  "name": "PasswordString",
  "description": "PasswordString schema from Amazon Managed Blockchain API",
  "type": "string",
  "format": "password",
  "pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?!.*[@'\\\\\"/])[a-zA-Z0-9\\S]*$"
}