{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-schema/amazon-managed-blockchain-invite-action-schema.json", "title": "InviteAction", "description": "

An action to invite a specific Amazon Web Services account to create a member and join the network. The InviteAction is carried out when a Proposal is APPROVED.

Applies only to Hyperledger Fabric.

", "type": "object", "properties": { "Principal": { "allOf": [ { "$ref": "#/components/schemas/PrincipalString" }, { "description": "The Amazon Web Services account ID to invite." } ] } }, "required": [ "Principal" ] }