From 042865c606cbddd17665faf8e741ad3e2464a474 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 21 Dec 2022 18:59:17 +0100 Subject: [PATCH] blueprints: add conditions to blueprint schema Signed-off-by: Jens Langhammer --- .../blueprints/management/commands/schema_template.json | 6 ++++++ blueprints/schema.json | 6 ++++++ 2 files changed, 12 insertions(+) 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": {