{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AllowanceResponse", "type": "object", "required": [ "allowance" ], "properties": { "allowance": { "type": "string" } } }