Add the allowedValues field to the blueprint schema.
The specification for variables in a blueprint includes an allowedValues field that is for an enum of fixed options for a variable, this needs to be implemented for serialisation/deserialisation of variables.
Add the
allowedValues
field to the blueprint schema. The specification for variables in a blueprint includes anallowedValues
field that is for an enum of fixed options for a variable, this needs to be implemented for serialisation/deserialisation of variables.