{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SubMerchantState",
"type": "object",
"properties": {
"state": {
"type": "string",
"description": "State of the Sub-Merchant"
},
"inactivationReason": {
"type": "string",
"description": "Reason for Inactivation. Required when state is INACTIVE."
}
}
}