{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SlotHashesResponse", "type": "object", "required": [ "block_id", "block_task_hash", "time_id", "time_task_hash" ], "properties": { "block_id": { "type": "integer", "format": "uint64", "minimum": 0.0 }, "block_task_hash": { "type": "array", "items": { "type": "string" } }, "time_id": { "type": "integer", "format": "uint64", "minimum": 0.0 }, "time_task_hash": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }