{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DFSnapshot_Response", "type": "object", "description": "sample response", "properties": { "Error": { "type": "array", "description": "error value" }, "symbol1": { "type": "array", "description": "first symbol from `ids` or `chain`" }, "Host": { "type": "string", "description": "host name" }, "symbol2": { "type": "string", "description": "second symbol from `ids` or `chain` list" } } }