Describe the bug
The blueprint schema: https://version-2026-5.goauthentik.io/blueprints/schema.json
should be schema for draft-2020-12 and not draft-07 cause $defs is not defined in there.
Specifically the validation with jsonschema from source-meta doesnt work.
- Replacing all $defs with
/definitions solves the problem.
- Changing to
draft-2020-12 poses other problems.
How to reproduce
nothing
Expected behavior
Schema should be valid
Screenshots
No response
Additional context
No response
Deployment Method
Docker
Version
2026.5.5
Relevant log output
Describe the bug
The blueprint schema: https://version-2026-5.goauthentik.io/blueprints/schema.json
should be schema for
draft-2020-12and not draft-07 cause$defsis not defined in there.Specifically the validation with
jsonschemafrom source-meta doesnt work./definitionssolves the problem.draft-2020-12poses other problems.How to reproduce
nothing
Expected behavior
Schema should be valid
Screenshots
No response
Additional context
No response
Deployment Method
Docker
Version
2026.5.5
Relevant log output