File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -510,17 +510,6 @@ components:
510510 Most recent date on which the resource pointed
511511 to by the link was changed.
512512 format : date-time
513- link :
514- type : object
515- allOf :
516- - $ref : ' #/components/schemas/linkBase'
517- - type : object
518- required :
519- - href
520- properties :
521- href :
522- type : string
523- format : uri
524513 linkTemplate :
525514 allOf :
526515 - $ref : ' #/components/schemas/linkBase'
@@ -549,6 +538,17 @@ components:
549538 JSON Schema fragment and can thus include things
550539 like the data type of the variable, enumerations,
551540 minimum values, maximum values, etc.
541+ link :
542+ type : object
543+ allOf :
544+ - $ref : ' #/components/schemas/linkBase'
545+ - type : object
546+ required :
547+ - href
548+ properties :
549+ href :
550+ type : string
551+ format : uri
552552 recordCollectionGeoJSON :
553553 allOf :
554554 - $ref : ' https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/featureCollectionGeoJSON.yaml'
You can’t perform that action at this time.
0 commit comments