16 lines
221 B
JSON
16 lines
221 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"isSufficient": {
|
|
"type": "string",
|
|
"example": "true"
|
|
}
|
|
},
|
|
"required": [
|
|
"isSufficient"
|
|
],
|
|
"xml": {
|
|
"name": "VerifyAccountBalanceResponse"
|
|
}
|
|
}
|