Add jsonschema ref to PEP 426

This commit is contained in:
Nick Coghlan 2013-06-20 21:51:16 +10:00
parent 5516e1cb73
commit 2aa8569969
1 changed files with 5 additions and 1 deletions

View File

@ -451,7 +451,11 @@ Metadata validation
-------------------
A `jsonschema <https://pypi.python.org/pypi/jsonschema>`__ description of
the defined metadata schema will be provided prior to PEP acceptance.
the distribution metadata is `available
<http://hg.python.org/peps/file/default/pep-0426/pymeta-schema.json>`__.
This schema does NOT currently handle validation of some of the more complex
string fields (instead treating them as opaque strings).
Except where otherwise noted, all URL fields in the metadata MUST comply
with RFC 3986.