Skip to content

Commit 39b1a0b

Browse files
committed
Add "anchorPointer" to links meta-schema.
1 parent a16e917 commit 39b1a0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

links.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
"type": "string",
2222
"format": "uri-reference"
2323
},
24+
"anchorPointer": {
25+
"type": "string",
26+
"anyOf": [
27+
{ "format": "json-pointer" },
28+
{ "pattern": "^[0-9]" }
29+
]
30+
},
2431
"title": {
2532
"type": "string"
2633
},

0 commit comments

Comments
 (0)