Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 0753e40

Browse files
committed
feat: added unknown method schema
1 parent ce9c892 commit 0753e40

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

schemas/operators/misc/method.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
3-
"$id": "http://jsonlogic.com/schemas/operators/misc/method.json"
3+
"$id": "http://jsonlogic.com/schemas/operators/misc/method.json",
4+
5+
"title": "method",
6+
"description": "Unknown, not documented.",
7+
"type": "object",
8+
"additionalProperties": false,
9+
"required": ["method"],
10+
"properties": {
11+
"method": {
12+
"$ref": "http://jsonlogic.com/schemas/common/one-or-more-args.json"
13+
}
14+
}
415
}

0 commit comments

Comments
 (0)