Skip to content

Commit 805a778

Browse files
authored
list required first
1 parent 208daf4 commit 805a778

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/schema/objects/metadata.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,18 +1139,18 @@ Genetics:
11391139
type: object
11401140
required_fields: [Dataset]
11411141
properties:
1142-
Database:
1143-
name: Database
1142+
Dataset:
1143+
name: Dataset
11441144
description: |
11451145
[URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator)
1146-
of database where the dataset is hosted.
1146+
where data can be retrieved.
11471147
type: string
11481148
format: uri
1149-
Dataset:
1150-
name: Dataset
1149+
Database:
1150+
name: Database
11511151
description: |
11521152
[URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator)
1153-
where data can be retrieved.
1153+
of database where the dataset is hosted.
11541154
type: string
11551155
format: uri
11561156
Descriptors:

0 commit comments

Comments
 (0)