Commit graph

8 commits

Author SHA1 Message Date
Kim Alvefur
1317e78fbb util.jsonschema: Implement "propertyNames"
This is a bit special in Lua as tables are not limited to string keys
2021-03-09 02:43:50 +01:00
Kim Alvefur
d8303be145 util.jsonschema: Restructure handling of "properties" and "additionalProperties"
This is a bit cleaner, I think
2021-03-09 02:41:47 +01:00
Kim Alvefur
ae40825925 util.jsonschema: Fix "uniqueItems" prematurely declaring a match 2021-03-09 02:38:51 +01:00
Kim Alvefur
da85d37bcb util.jsonschema: Implement the "prefixItems" keyword
This may have been what got me confused about "items" being an array.
2021-03-09 02:36:08 +01:00
Kim Alvefur
ce4040e109 util.jsonschema: Implement the "contains" keyword
And apparently I had mistaken this for an array
2021-03-09 02:35:00 +01:00
Kim Alvefur
5a44c4a32b util.jsonschema: Allow a boolean as schema
Apparently a schema must be either an object or a boolean. Not sure
where I got this string shortcut from, but I think I will keep it as it
is very convenient.
2021-03-09 02:33:28 +01:00
Kim Alvefur
6a7346ac8e util.jsonschema: Correct "items" keyword
Upon re-reading the JSON Schema spec, I found that 'items' wasn't a
union of an array of schemas or a single schema, not sure where I got
that from.
2021-03-09 02:26:05 +01:00
Kim Alvefur
02da1378f8 util.jsonschema: Library for JSON Schema validation 2021-03-06 21:07:53 +01:00