diff options
author | Kim Alvefur <zash@zash.se> | 2021-03-10 00:15:00 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-03-10 00:15:00 +0100 |
commit | ee7ffc309aad349670ef65fe66030918ab7877bb (patch) | |
tree | a32b3b970e708bc2d81886f733ddf7ec466c4a9c /teal-src | |
parent | 6db9456d8881cf0ea4d926384c93d25bc0c94978 (diff) | |
download | prosody-ee7ffc309aad349670ef65fe66030918ab7877bb.tar.gz prosody-ee7ffc309aad349670ef65fe66030918ab7877bb.zip |
util.jsonschema: Add copyright-header
Diffstat (limited to 'teal-src')
-rw-r--r-- | teal-src/util/jsonschema.tl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/teal-src/util/jsonschema.tl b/teal-src/util/jsonschema.tl index 87269f01..67e37329 100644 --- a/teal-src/util/jsonschema.tl +++ b/teal-src/util/jsonschema.tl @@ -1,3 +1,12 @@ +-- Copyright (C) 2021 Kim Alvefur +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- +-- Based on +-- https://json-schema.org/draft/2020-12/json-schema-core.html +-- https://json-schema.org/draft/2020-12/json-schema-validation.html +-- local record schema_t enum type_e |