Metadata-Version: 2.4
Name: moat-link-schema
Version: 0.0.1
Summary: Schema validation support for MoaT-Link
Author-email: Matthias Urlichs <matthias@urlichs.de>
Project-URL: homepage, https://m-o-a-t.org
Project-URL: repository, https://github.com/M-o-a-T/moat
Keywords: MoaT
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: AsyncIO
Classifier: Framework :: Trio
Classifier: Framework :: AnyIO
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: anyio~=4.2
Requires-Dist: asyncclick
Requires-Dist: jsonschema
Requires-Dist: moat-util~=0.63.0
Requires-Dist: moat-link~=0.4.0
Dynamic: license-file

# moat-link-schema

% start synopsis
% start main

JSON Schema support for MoaT-Link data.

This package provides tools and commands to:
- retrieve path-based schemas,
- validate outgoing updates,
- monitor live data for schema violations,
- and check stored data for conformance.

% end synopsis

## Features

Schema lookup follows path hierarchy and wildcard matching via MoaT-Link's
search semantics.

% end main

## License

This project is licensed under the same terms as MoaT.
