diff --git a/contracts/priv/unity.yml b/contracts/priv/unity.yml index ea085d6a..1aa20229 100644 --- a/contracts/priv/unity.yml +++ b/contracts/priv/unity.yml @@ -1698,6 +1698,9 @@ components: deletable: type: boolean description: flag whether the account can be deleted or not + reactivatable: + type: boolean + description: flag whether the account can be reactivated or not balance: type: number description: 'remaining balance on the account, nil if none' diff --git a/src/unity/schemas/OperatorAccount.yml b/src/unity/schemas/OperatorAccount.yml index 3a558cda..9a8de260 100644 --- a/src/unity/schemas/OperatorAccount.yml +++ b/src/unity/schemas/OperatorAccount.yml @@ -16,6 +16,9 @@ properties: deletable: type: boolean description: flag whether the account can be deleted or not + reactivatable: + type: boolean + description: flag whether the account can be reactivated or not balance: type: number description: remaining balance on the account, nil if none