Skip to content

Commit e107322

Browse files
committed
Add LDO "description" to meta-schema.
1 parent af47cc6 commit e107322

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hyper-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"description": "a title for the link",
3434
"type": "string"
3535
},
36+
"description": {
37+
"description": "additional information about the purpose or usage of the link",
38+
"type": "string"
39+
},
3640
"targetSchema": {
3741
"description": "JSON Schema describing the link target",
3842
"allOf": [ { "$ref": "#" } ]

0 commit comments

Comments
 (0)