aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 21:56:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 21:56:27 +0000
commitd4fc17b1e5ff64ea70cfb02594ae87f599f81c29 (patch)
treec1169bd0239a10ab249485e498817c451e608aea /README.md
parentbfc6d68337150c52c8ce2dc6a7d19a9d1bd92795 (diff)
downloadsrc-d4fc17b1e5ff64ea70cfb02594ae87f599f81c29.tar.gz
src-d4fc17b1e5ff64ea70cfb02594ae87f599f81c29.zip
Import libucl 0.4.0vendor/libucl/0.4.0
Notes
Notes: svn path=/vendor/libucl/dist/; revision=264787 svn path=/vendor/libucl/0.4.0/; revision=264788; tag=vendor/libucl/0.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70f646efd753..b6353d10ae27 100644
--- a/README.md
+++ b/README.md
@@ -287,7 +287,7 @@ Each UCL object can be serialized to one of the three supported formats:
## Validation
-UCL allows validation of objects. It uses the same schema that is used for json: [json schema v4](http://json-schema.org). UCL supports the full set of json schema with the exception of remote references. This feature is unlikely useful for configuration objects. Of course, schema definition can be in UCL format instead of JSON that sinplifies schemas writing. Moreover, since UCL supports multiple values for keys in an object it is possible to specify generic integer constraints `maxValues` and `minValues` to define the limits of values in a single key. UCL currently is not absolutely strict about validation schemas themselves, therefore UCL users should supply valid schemas (as it is defined in json-schema draft v4) to ensure that input is validated properly.
+UCL allows validation of objects. It uses the same schema that is used for json: [json schema v4](http://json-schema.org). UCL supports the full set of json schema with the exception of remote references. This feature is unlikely useful for configuration objects. Of course, a schema definition can be in UCL format instead of JSON that simplifies schemas writing. Moreover, since UCL supports multiple values for keys in an object it is possible to specify generic integer constraints `maxValues` and `minValues` to define the limits of values count in a single key. UCL currently is not absolutely strict about validation schemas themselves, therefore UCL users should supply valid schemas (as it is defined in json-schema draft v4) to ensure that the input objects are validated properly.
## Performance