Source: python-jsonschema Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: autopkgtest, debhelper (>= 10), dh-python, openstack-pkg-tools, python-all, python-setuptools, python-vcversioner, python3-all, python3-setuptools, python3-sphinx, python3-vcversioner, Build-Depends-Indep: python-functools32, python-mock, python-nose, python-pytest, python3-lxml, python3-mock, python3-nose, python3-pytest, Standards-Version: 4.1.1 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-jsonschema.git Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-jsonschema Homepage: https://github.com/Julian/jsonschema Package: python-jsonschema Architecture: all Depends: python-functools32, python-mock, python-pkg-resources, ${misc:Depends}, ${python:Depends}, Suggests: python-jsonschema-doc, Description: An(other) implementation of JSON Schema (Draft 3 and 4) - Python 2.7 JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can be modified, much like what XML Schema provides for XML. JSON Schema is intended to provide validation, documentation, and interaction control of JSON data. . This package contains the Python 2.7 module. Package: python-jsonschema-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: An(other) implementation of JSON Schema (Draft 3 and 4) - doc JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can be modified, much like what XML Schema provides for XML. JSON Schema is intended to provide validation, documentation, and interaction control of JSON data. . This package provides the documentation. Package: python3-jsonschema Architecture: all Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, Suggests: python-jsonschema-doc, Description: An(other) implementation of JSON Schema (Draft 3 and 4) - Python 3.x JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can be modified, much like what XML Schema provides for XML. JSON Schema is intended to provide validation, documentation, and interaction control of JSON data. . This package contains the Python 3.x module.