{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WiqlResult", "type": "object", "properties": { "queryType": { "type": "string" }, "asOf": { "type": "string" }, "workItems": { "type": "array" }, "workItemRelations": { "type": "array" } } }