{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "extended_BasicResponse", "properties": { "data": { "type": "array", "default": "Payment methods not found", "items": { "type": "string", "default": "Payment methods not found" } }, "responseCode": { "default": 404, "type": "number" } } }