Skip to content

Commit 35fbe6a

Browse files
committed
Typo fix.
1 parent 32785c7 commit 35fbe6a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

core/openapi/ogcapi-records-1-building-blocks.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)