Skip to content

Commit e85ecc8

Browse files
committed
Fix typos.
1 parent b8dfa9b commit e85ecc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/openapi/schemas/catalogCommonProperties.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ allOf:
1313
enum:
1414
- Collection
1515
conformsTo:
16+
type: array
1617
description: |-
1718
The extensions/conformance classes used in this collection.
18-
type: array
1919
items:
2020
type: string
2121
recordsArrayName:
@@ -33,13 +33,13 @@ allOf:
3333
type: string
3434
default: records
3535
records:
36+
type: array
3637
description: |-
3738
An array of records that are part of this catalog that
3839
are encoded in-line within the catalog object.
3940
The items schema is intentionally general (i.e. object)
4041
to accomodate records that have been extended beyond
4142
the core record schema.
42-
type: array
4343
items:
4444
type: object
4545
links:

0 commit comments

Comments
 (0)