{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DataResponse", "properties": { "data": {}, "dateFormat": { "type": "string" }, "description": { "type": "string" }, "frequency": { "type": "string" }, "total": { "type": "integer" } }, "type": "object" }