{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v2ExecuteQueryResponse", "description": "v2ExecuteQueryResponse schema from Aserto decision-logs API", "properties": { "page": { "$ref": "#/components/schemas/v2PaginationResponse" }, "results": { "items": { "$ref": "#/components/schemas/v2Result" }, "type": "array" } }, "type": "object" }