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 --selfOr, pass it some JSContact data instead:
uv run validate.py < my_data.jsonDistributed under the GNU General Public License, version 3.
See LICENSE for more information.