You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below those lines it would make sense to call a new function that performs the remaining checks.
It might make sense to add a field or two to the existing types (eg StructRule, Rule).
The text was updated successfully, but these errors were encountered:
In the construction of a Schema struct, we currently check for:
What's missing:
map
orarray
container)Note that the presence of
any
automatically colors everything.How to get started
Here we perform the aforementioned analysis:
ziggy/src/schema/Schema.zig
Lines 168 to 176 in 4905290
Below those lines it would make sense to call a new function that performs the remaining checks.
It might make sense to add a field or two to the existing types (eg
StructRule
,Rule
).The text was updated successfully, but these errors were encountered: