File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 38
38
"description" : " a title for the link" ,
39
39
"type" : " string"
40
40
},
41
+ "description" : {
42
+ "description" : " additional information about the purpose or usage of the link" ,
43
+ "type" : " string"
44
+ },
41
45
"targetSchema" : {
42
46
"description" : " JSON Schema describing the link target" ,
43
47
"allOf" : [ { "$ref" : " #" } ]
Original file line number Diff line number Diff line change @@ -909,14 +909,29 @@ GET /foo/
909
909
<section title =" title" >
910
910
<t >
911
911
This property defines a title for the link.
912
- The value must be a string.
912
+ The value MUST be a string.
913
913
</t >
914
914
915
915
<t >
916
916
User agents MAY use this title when presenting the link to the user.
917
917
</t >
918
918
</section >
919
919
920
+ <section title =" description" >
921
+ <t >
922
+ This property provides additional information beyond what
923
+ is present in the title. The value MUST be a string.
924
+ While a title is preferably short, a description can be
925
+ used to go into more detail about the purpose and usage
926
+ of the link.
927
+ </t >
928
+
929
+ <t >
930
+ User agents MAY use this description when presenting
931
+ the link to the user.
932
+ </t >
933
+ </section >
934
+
920
935
<section title =" targetSchema" anchor =" targetSchema" >
921
936
<t >
922
937
This property provides a schema that is expected to describe
You can’t perform that action at this time.
0 commit comments