Commit graph

12 commits

Author SHA1 Message Date
Kim Alvefur
cd091bf95c util.jsonschema: Add support for $ref pointers 2021-12-29 16:57:35 +01:00
Kim Alvefur
c1706af956 util.jsonschema: Rename types for improved readability 2021-03-18 23:57:03 +01:00
Kim Alvefur
6db9456d88 util.jsonschema: Restructure "type" keyword handling
More in line with the other tests
2021-03-09 14:31:11 +01:00
Kim Alvefur
44edd47ca8 util.jsonschema: Syntax tweak to not upset syntax highlighting
That whole condition stanza was shown as angry red, I think it's
something with 'enum' being a key word in Teal.
2021-03-09 14:22:33 +01:00
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