Skip to content

Commit 8555847

Browse files
authored
Merge pull request #9 from cloudflare/merge
Merge
2 parents 71505db + ffed6d4 commit 8555847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Cabidela takes a JSON-Schema and optional configuration flags:
7272
- `errorMessages`: boolean - If true, the validator will use custom `errorMessage` messages from the schema. Default is false.
7373
- `fullErrors`: boolean - If true, the validator will be more verbose when throwing errors for complex schemas (example: anyOf, oneOf's), set to false for shorter exceptions. Default is true.
7474
- `useMerge`: boolean - Set to true if you want to use the `$merge` keyword. Default is false. See below for more information.
75-
- `subSchema`: any[] - An optional array of sub-schemas that can be used with `$id` and `$ref`. See below for more information.
75+
- `subSchemas`: any[] - An optional array of sub-schemas that can be used with `$id` and `$ref`. See below for more information.
7676

7777
Returns a validation object.
7878

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/cabidela",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Cabidela is a small, fast, eval-less, Cloudflare Workers compatible, dynamic JSON Schema validator",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)