{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GetBankCheck", "properties": { "available": { "type": "boolean", "description": "Indication whether the bank is active", "example": true } } }