prosody/teal-src/util
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
..
human util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
compat.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
crand.d.tl teal: Use new integer support in Teal 0.13.0 2021-03-18 23:16:41 +01:00
dataforms.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
datamapper.tl util.datamapper: Improve handling of schemas with non-obvious "type" 2022-07-08 17:32:48 +02:00
datetime.d.tl teal: Use new integer support in Teal 0.13.0 2021-03-18 23:16:41 +01:00
encodings.d.tl Spelling: Fix various spelling mistakes (thanks timeless) 2022-03-07 00:13:56 +01:00
error.d.tl teal: Use new integer support in Teal 0.13.0 2021-03-18 23:16:41 +01:00
format.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
hashes.d.tl teal: Add new util.hashes APIs 2021-05-20 23:09:45 +02:00
hex.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
http.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
id.d.tl teal: Use new integer support in Teal 0.13.0 2021-03-18 23:16:41 +01:00
interpolation.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
jid.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
json.d.tl util.jsonschema: Rename types for improved readability 2021-03-18 23:57:03 +01:00
jsonpointer.tl util.jsonpointer: Fix off-by-one in array resolution 2022-05-08 18:04:50 +02:00
jsonschema.tl util.jsonschema: Fix validation to not assume presence of "type" field 2022-07-08 14:38:23 +02:00
net.d.tl teal: Describe util.net.local_addresses() return type 2021-05-20 23:13:54 +02:00
poll.d.tl util.poll: Expose API (epoll or select) used 2022-02-27 14:36:43 +01:00
pposix.d.tl util.pposix: Bind isatty(3) 2021-07-04 15:11:07 +02:00
random.d.tl teal: Use new integer support in Teal 0.13.0 2021-03-18 23:16:41 +01:00
ringbuffer.d.tl teal: Add type spec for util.ringbuffer 2021-05-20 23:16:01 +02:00
signal.d.tl teal: Add type spec for util.signal 2021-05-20 23:18:29 +02:00
smqueue.tl util.smqueue: Simplify compat table, fix dependent modules (thanks Martin) 2021-12-16 12:16:45 +01:00
stanza.d.tl util.stanza: Export pretty printing function 2021-06-29 16:06:54 +02:00
strbitop.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
table.d.tl teal: Use new integer support in Teal 0.13.0 2021-03-18 23:16:41 +01:00
time.d.tl util: Add Teal interface definition files 2021-03-09 14:36:46 +01:00
uuid.d.tl teal: Use new integer support in Teal 0.13.0 2021-03-18 23:16:41 +01:00
xtemplate.tl util.xtemplate: Yet another string template library 2022-01-24 23:54:32 +01:00