{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "v2GetDecisionLogResponse", "description": "v2GetDecisionLogResponse schema from Aserto decision-logs API", "properties": { "log": { "$ref": "#/components/schemas/v2DecisionLog" } }, "type": "object" }