JSON Schema for JSContact (RFC 9554). Schema file is at jscontact-schema.json
.
Note: Still under development, use at your own risk!
Assuming uv
is installed, you can validate jscontact-schema.json
itself:
uv run validate.py --self
Or, pass it some JSContact data instead:
uv run validate.py < my_data.json
Distributed under the GNU General Public License, version 3.
See LICENSE for more information.