Skip to content

Commit f3e0728

Browse files
committed
Patch swagger validation errors.
1 parent 84cc1a2 commit f3e0728

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,15 @@ components:
431431
identifier.
432432
length:
433433
type: integer
434+
profile:
435+
type: array
436+
description:
437+
One or more identifiers that provide information about additional
438+
semantics (constraints, conventions, extensions), in addition to
439+
those defined by the media type, that are associated with the
440+
target resource.
441+
items:
442+
type: string
434443
created:
435444
type: string
436445
description:

core/openapi/schemas/linkBase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ properties:
2424
type: integer
2525
profile:
2626
type: array
27-
items: string
2827
description:
2928
One or more identifiers that provide information about additional
3029
semantics (constraints, conventions, extensions), in addition to
3130
those defined by the media type, that are associated with the
3231
target resource.
32+
items:
33+
type: string
3334
created:
3435
type: string
3536
description:

0 commit comments

Comments
 (0)