[Python-checkins] peps: Add jsonschema ref to PEP 426

nick.coghlan python-checkins at python.org
Thu Jun 20 13:51:39 CEST 2013


http://hg.python.org/peps/rev/aab6742e22bf
changeset:   4952:aab6742e22bf
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Jun 20 21:51:16 2013 +1000
summary:
  Add jsonschema ref to PEP 426

files:
  pep-0426.txt |  6 +++++-
  1 files changed, 5 insertions(+), 1 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -451,7 +451,11 @@
 -------------------
 
 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.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list