prosody/teal-src
Kim Alvefur 89359b70dc util.datamapper: Improve handling of schemas with non-obvious "type"
The JSON Schema specification says that schemas are objects or booleans,
and that the 'type' property is optional and can be an array.

This module previously allowed bare type names as schemas and did not
really handle booleans.

It now handles missing 'type' properties and boolean 'true' as a schema.
Objects and arrays are guessed based on the presence of 'properties' or
'items' field.
2022-07-08 17:32:48 +02:00
..
plugins mod_cron: Fix recording last task run time #1751 2022-05-05 14:10:59 +02:00
util util.datamapper: Improve handling of schemas with non-obvious "type" 2022-07-08 17:32:48 +02:00
module.d.tl teal: Describe the module API interface 2021-03-24 20:28:25 +01:00