Replies: 1 comment
-
IDE Auto CompletionYou can set the yaml-language-server to the schema-definition you found by adding to your yaml file. This will allow your IDE to add suggestions based on the schema. Exporing SchemaYou can also go to https://goauthentik.io/blueprints/schema.json which lets you explore the schema. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to develop some Blueprints for an Authentik deployment.
However, I really can't seem to find usable, comprehensive documentation of all Blueprint models and their
attrs. Maybe I'm quite possibly overlooking something...I did find the Blueprint schema here: https://version-2023-4.goauthentik.io/blueprints/schema.json
But, taking the example of the Blueprint model
authentik_stages_prompt.promptstage......if I perform a Find for '
promptstage' inschema.json, I do find a big"enum"array seemingly listing all model keys. Ok, well, that's some kind of a start....but that's the only reference to the string
promptstagein the whole document.Where am I supposed to find this model has
attrsof, e.g.,name,fields,validation_policies, etc?Am I looking at this wrong? Is there some type of tooling (a schema parser, etc) that I should be using to make sense of this? How are people implementing Blueprints with no documentation of the available Blueprint models + attrs?
Beta Was this translation helpful? Give feedback.
All reactions