We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8dfa9b commit e85ecc8Copy full SHA for e85ecc8
1 file changed
core/openapi/schemas/catalogCommonProperties.yaml
@@ -13,9 +13,9 @@ allOf:
13
enum:
14
- Collection
15
conformsTo:
16
+ type: array
17
description: |-
18
The extensions/conformance classes used in this collection.
- type: array
19
items:
20
type: string
21
recordsArrayName:
@@ -33,13 +33,13 @@ allOf:
33
34
default: records
35
records:
36
37
38
An array of records that are part of this catalog that
39
are encoded in-line within the catalog object.
40
The items schema is intentionally general (i.e. object)
41
to accomodate records that have been extended beyond
42
the core record schema.
43
44
type: object
45
links:
0 commit comments