Skip to content

Commit c885776

Browse files
authored
Update commonCoordinateFramework.schema.tpl.json
1 parent f751438 commit c885776

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schemas/atlas/commonCoordinateFramework.schema.tpl.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"_type": "sands:CommonCoordinateSpace",
2+
"_type": "sands:CommonCoordinateFramework",
33
"_extends": "/core/schemas/products/researchProduct.schema.tpl.json",
44
"_categories": [
5-
"coordinateSpace"
5+
"coordinateFramework"
66
],
77
"required": [
88
"howToCite",
@@ -11,7 +11,7 @@
1111
"properties": {
1212
"abbreviation": {
1313
"type": "string",
14-
"_instruction": "Enter the official abbreviation of this common coordinate space."
14+
"_instruction": "Enter the official abbreviation of this common coordinate framework."
1515
},
1616
"digitalIdentifier": {
1717
"_instruction": "Add the globally unique and persistent digital identifier of this research product. Note that this digital identifier will be used to reference all attached research product versions.",
@@ -25,7 +25,7 @@
2525
"type": "array",
2626
"minItems": 1,
2727
"uniqueItems": true,
28-
"_instruction": "Enter the internationalized resource identifiers (IRIs) to the related ontological terms matching this common coordinate space.",
28+
"_instruction": "Enter the internationalized resource identifiers (IRIs) to the related ontological terms matching this common coordinate framework.",
2929
"items": {
3030
"type": "string",
3131
"_formats": [
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"usedTaxon": {
37-
"_instruction": "Add the taxon (e.g., species) that was used for the creation of this common coordinate space.",
37+
"_instruction": "Add the taxon (e.g., species) that was used for the creation of this common coordinate framework.",
3838
"_linkedCategories": [
3939
"biologicalTaxon"
4040
]

0 commit comments

Comments
 (0)