Skip to content

Commit b15f625

Browse files
committed
Rewrite the README.
1 parent a2122f7 commit b15f625

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
:target: https://results.pre-commit.ci/latest/github/python-jsonschema/referencing/main
2626

2727

28-
A (very early) playground for exploring:
28+
An implementation-agnostic implementation of JSON reference resolution.
2929

30-
* the budding JSON `reference specification(s) <https://github.com/json-schema-org/referencing>`_ (currently housed within the JSON Schema organization but intended to be more broadly applicable)
30+
In other words, a way for e.g. JSON Schema tooling to resolve the ``$ref`` keyword across all drafts (without needing to implement support themselves).
3131

32-
* a newer / better integration of reference resolution into `jsonschema <https://pypi.org/project/jsonschema/>`_, likely built on top of the more generic interface which will come out of the above
32+
What's here is inspired in part by the budding JSON `reference specification(s) <https://github.com/json-schema-org/referencing>`_ (currently housed within the JSON Schema organization but intended to be more broadly applicable), which intend to detach some of the referencing behavior from JSON Schema's own specifications.
3333

34-
What's here (if any of it even functions) is highly experimental and will change.
34+
See `the documentation <https://referencing.readthedocs.io/>`_ for more details.

0 commit comments

Comments
 (0)