{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v2ExecuteQueryRequest", "description": "v2ExecuteQueryRequest schema from Aserto decision-logs API", "properties": { "instance_label": { "type": "string" }, "page": { "$ref": "#/components/schemas/v2PaginationRequest" }, "policy_name": { "type": "string" }, "top_n": { "format": "int64", "type": "string" } }, "type": "object" }