File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed
Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -1948,20 +1948,23 @@ components:
19481948 enum : [searchset]
19491949
19501950 Link :
1951- type : array
1952- description : Links related to the entry
1953- items :
1954- type : object
1955- properties :
1956- relation :
1957- type : string
1958- description : |
1959- A name which details the functional use for this link - see:
1960- http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
1961- url :
1962- type : string
1963- format : uri
1964- description : The reference details for the link.
1951+ type : object
1952+ properties :
1953+ link :
1954+ type : array
1955+ description : Links related to the entry
1956+ items :
1957+ type : object
1958+ properties :
1959+ relation :
1960+ type : string
1961+ description : |
1962+ A name which details the functional use for this link - see:
1963+ http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
1964+ url :
1965+ type : string
1966+ format : uri
1967+ description : The reference details for the link.
19651968
19661969 RelatedPersonBundle :
19671970 allOf :
You can’t perform that action at this time.
0 commit comments