{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.osohq.com/schemas/QueryResult.json", "title": "QueryResult", "type": "object", "required": [ "results" ], "properties": { "results": { "type": "array", "items": { "type": "object", "additionalProperties": { "type": "string", "nullable": true } } } } }