stacker icon indicating copy to clipboard operation
stacker copied to clipboard

Use Schematics to define `VARIABLES` in blueprints

Open phobologic opened this issue 8 years ago • 0 comments

We use it in our config system already, and it'd allow us to do deeper validation of variable types. There are plenty of places where we accept a dict as a variable, then do validation in the blueprint itself. This would allow us to skip that, and it'd also make it easier to read/display/share what the actual schema is of the variable.

phobologic avatar Sep 20 '17 17:09 phobologic