Comparison

teal-src/util/jsonschema.tl @ 11449:dabd1fae0540

util.jsonschema: Add copyright-header
author Kim Alvefur <zash@zash.se>
date Wed, 10 Mar 2021 00:15:00 +0100
parent 11448:1d84b54ba0d7
child 11459:86904555bffc
comparison
equal deleted inserted replaced
11448:1d84b54ba0d7 11449:dabd1fae0540
1 -- Copyright (C) 2021 Kim Alvefur
2 --
3 -- This project is MIT/X11 licensed. Please see the
4 -- COPYING file in the source package for more information.
5 --
6 -- Based on
7 -- https://json-schema.org/draft/2020-12/json-schema-core.html
8 -- https://json-schema.org/draft/2020-12/json-schema-validation.html
9 --
1 10
2 local record schema_t 11 local record schema_t
3 enum type_e 12 enum type_e
4 "null" 13 "null"
5 "boolean" 14 "boolean"