Skip to content

Commit 754862a

Browse files
committed
Mention schema draft version currently supported.
1 parent 2ec62ce commit 754862a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ In a more realistic use case however, you might want to apply different
4545
*jsonmerge* how to do that using a syntax based on `JSON schema`_.
4646

4747
If you already have schemas for your document, you can simply expand them
48-
with additional keywords recognized by *jsonmerge*.
48+
with some additional keywords. Apart from the custom keywords described
49+
below, *jsonmerge* currently supports the schema syntax defined in the
50+
`Draft 4`_ of the JSON schema specification.
4951

5052
You use the *mergeStrategy* schema keyword to specify the strategy. The
5153
default two strategies mentioned above are called *objectMerge* for objects
@@ -352,6 +354,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
352354
THE SOFTWARE.
353355

354356
.. _JSON schema: http://json-schema.org
357+
.. _Draft 4: http://json-schema.org/specification-links.html#draft-4
355358

356359
..
357360
vim: tw=75 ts=4 sw=4 expandtab softtabstop=4

0 commit comments

Comments
 (0)