Skip to content

Commit 993417f

Browse files
committed
JSON Pointer
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent d93b657 commit 993417f

2 files changed

Lines changed: 501 additions & 1 deletion

File tree

schemas/ietf/jsonpointer/pointer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
"examples": [ "", "/foo", "/foo/0" ],
77
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
88
"type": "string",
9+
"not": {
10+
"pattern": "~[^01]|~$"
11+
},
12+
"pattern": "^(/([^/~]|~[01])*)*$",
913
"format": "json-pointer"
1014
}

0 commit comments

Comments
 (0)