{
 "$id": "https://api.cerbos.dev/v0.53.0/cerbos/policy/v1/TestFixture/AuxData.schema.json",
 "$schema": "http://json-schema.org/draft-07/schema#",
 "definitions": {
 "cerbos.engine.v1.AuxData": {
 "type": "object",
 "additionalProperties": false,
 "properties": {
 "jwt": {
 "type": "object",
 "additionalProperties": {
 "$ref": "#/definitions/google.protobuf.Value"
 }
 }
 }
 },
 "google.protobuf.Value": {
 "title": "Value",
 "description": "A dynamically-typed value."
 }
 },
 "type": "object",
 "additionalProperties": false,
 "properties": {
 "$schema": {
 "type": "string"
 },
 "auxData": {
 "type": "object",
 "additionalProperties": {
 "$ref": "#/definitions/cerbos.engine.v1.AuxData"
 }
 }
 }
}
