Software /
code /
prosody
Log
util/jsonschema.lua @ 11479:377a9eaf7bef
description | author | age |
---|---|---|
util.jsonschema: Rename types for improved readability | Kim Alvefur | 2021-03-18 |
util.jsonschema: Restructure "type" keyword handling | Kim Alvefur | 2021-03-09 |
util.jsonschema: Syntax tweak to not upset syntax highlighting | Kim Alvefur | 2021-03-09 |
util.jsonschema: Implement "propertyNames" | Kim Alvefur | 2021-03-09 |
util.jsonschema: Restructure handling of "properties" and "additionalProperties" | Kim Alvefur | 2021-03-09 |
util.jsonschema: Fix "uniqueItems" prematurely declaring a match | Kim Alvefur | 2021-03-09 |
util.jsonschema: Implement the "prefixItems" keyword | Kim Alvefur | 2021-03-09 |
util.jsonschema: Implement the "contains" keyword | Kim Alvefur | 2021-03-09 |
util.jsonschema: Allow a boolean as schema | Kim Alvefur | 2021-03-09 |
util.jsonschema: Correct "items" keyword | Kim Alvefur | 2021-03-09 |
util.jsonschema: Library for JSON Schema validation | Kim Alvefur | 2021-03-06 |