{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "information about a policy used in a decision", "description": "v2DecisionPolicy schema from Aserto decision-logs API", "properties": { "context": { "$ref": "#/components/schemas/v2PolicyContext" }, "policy_instance": { "$ref": "#/components/schemas/v2PolicyInstance" }, "registry_digest": { "type": "string" }, "registry_image": { "type": "string" }, "registry_service": { "type": "string" }, "registry_tag": { "type": "string" } }, "type": "object" }