diff --git a/authentik/blueprints/management/commands/schema_template.json b/authentik/blueprints/management/commands/schema_template.json index c00c275d8..7605fd31e 100644 --- a/authentik/blueprints/management/commands/schema_template.json +++ b/authentik/blueprints/management/commands/schema_template.json @@ -62,6 +62,12 @@ ], "default": "present" }, + "conditions": { + "type": "array", + "items": { + "type": "boolean" + } + }, "attrs": { "type": "object", "properties": { diff --git a/blueprints/schema.json b/blueprints/schema.json index 9251ab1c6..cffe89179 100644 --- a/blueprints/schema.json +++ b/blueprints/schema.json @@ -130,6 +130,12 @@ ], "default": "present" }, + "conditions": { + "type": "array", + "items": { + "type": "boolean" + } + }, "attrs": { "type": "object", "properties": {