Skip to content

Commit 9ccd2b2

Browse files
committed
Fix typo.
1 parent ff331e6 commit 9ccd2b2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

core/openapi/ogcapi-records-1-example-all-in-one.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -716,16 +716,6 @@ components:
716716
Most recent date on which the resource pointed
717717
to by the link was changed.
718718
format: date-time
719-
link:
720-
type: object
721-
allOf:
722-
- $ref: '#/components/schemas/linkBase'
723-
- type: object
724-
required:
725-
- href
726-
properties:
727-
href:
728-
type: string
729719
format: uri
730720
linkTemplate:
731721
allOf:
@@ -755,6 +745,16 @@ components:
755745
JSON Schema fragment and can thus include things
756746
like the data type of the variable, enumerations,
757747
minimum values, maximum values, etc.
748+
link:
749+
type: object
750+
allOf:
751+
- $ref: '#/components/schemas/linkBase'
752+
- type: object
753+
required:
754+
- href
755+
properties:
756+
href:
757+
type: string
758758
recordCollectionGeoJSON:
759759
allOf:
760760
- $ref: 'https://schemas.opengis.net/ogcapi/features/part1/1.0/openapi/schemas/featureCollectionGeoJSON.yaml'

0 commit comments

Comments
 (0)