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

Commit 8381e38

Browse files
committed
feat: added unknown method schema
1 parent ce9c892 commit 8381e38

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

schemas/operators/misc/method.json

Lines changed: 12 additions & 1 deletion
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/any.json"
13+
}
14+
}
415
}

0 commit comments

Comments
 (0)