We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93b657 commit 993417fCopy full SHA for 993417f
2 files changed
schemas/ietf/jsonpointer/pointer.json
@@ -6,5 +6,9 @@
6
"examples": [ "", "/foo", "/foo/0" ],
7
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
8
"type": "string",
9
+ "not": {
10
+ "pattern": "~[^01]|~$"
11
+ },
12
+ "pattern": "^(/([^/~]|~[01])*)*$",
13
"format": "json-pointer"
14
}
0 commit comments