Skip to content

Commit 971b986

Browse files
handrewsdlax
authored andcommitted
Add "anchor", "description" and "$comment" to links meta-schema
1 parent 0f05f32 commit 971b986

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

links.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@
1717
"rel": {
1818
"type": "string"
1919
},
20+
"anchor": {
21+
"type": "string",
22+
"format": "uri-reference"
23+
},
2024
"title": {
2125
"type": "string"
2226
},
27+
"description": {
28+
"type": "string"
29+
},
2330
"targetSchema": {
2431
"allOf": [
2532
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
@@ -36,6 +43,9 @@
3643
"allOf": [
3744
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
3845
]
46+
},
47+
"$comment": {
48+
"type": "string"
3949
}
4050
}
4151
}

0 commit comments

Comments
 (0)