File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ In a more realistic use case however, you might want to apply different
45
45
*jsonmerge * how to do that using a syntax based on `JSON schema `_.
46
46
47
47
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.
49
51
50
52
You use the *mergeStrategy * schema keyword to specify the strategy. The
51
53
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
352
354
THE SOFTWARE.
353
355
354
356
.. _JSON schema : http://json-schema.org
357
+ .. _Draft 4 : http://json-schema.org/specification-links.html#draft-4
355
358
356
359
..
357
360
vim: tw=75 ts=4 sw=4 expandtab softtabstop=4
You can’t perform that action at this time.
0 commit comments