An open API service indexing awesome lists of open source software.

https://github.com/glentner/schema-check

Python library to enforce schema against user-provided JSON-like data
https://github.com/glentner/schema-check

json library python schema user-data validation

Last synced: 9 months ago
JSON representation

Python library to enforce schema against user-provided JSON-like data

Awesome Lists containing this project

README

          

schema-check
============

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
 
[![Version PyPI](https://img.shields.io/pypi/v/schema-check.svg)](https://pypi.org/project/schema-check)
 
[![Python Version](https://img.shields.io/pypi/pyversions/schema-check.svg?logo=python&logoColor=white)](https://www.python.org/downloads)

A simple Python library for defining and validating schemas against user-provided
JSON-like data.