{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v2QueryResponse", "description": "v2QueryResponse schema from Aserto authorizer API", "properties": { "metrics": { "type": "object" }, "response": { "type": "object" }, "trace": { "items": { "type": "object" }, "type": "array" }, "trace_summary": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }