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