Closed exodustx0 closed 2 years ago
In your example request it seems that is-subcategory is false. According to the documentation you sent "For non-subcategory values, rules and flags are not defined."
Oh bobbins. I must've totally glossed over that. Deepest apologies!
Example request.
The
{Variable}.values.values.{id}
objects are documented to always have propertieslabel
,rules
andflags
. However, in the example request, we can see that onlylabel
is defined. Any active code that went with the implication that theflags
property would always be defined, as the documentation suggests, would run into a fatal error when trying to accessflags.miscellaneous
.