Skip to content

Commit aa97e29

Browse files
bump schema version [skip actions]
1 parent 811e2f4 commit aa97e29

15 files changed

+13534
-14709
lines changed

schemas/acquisition_schema.json

Lines changed: 1817 additions & 2720 deletions
Large diffs are not rendered by default.

schemas/data_description_schema.json

Lines changed: 370 additions & 1034 deletions
Large diffs are not rendered by default.

schemas/instrument_schema.json

Lines changed: 2004 additions & 2734 deletions
Large diffs are not rendered by default.

schemas/metadata_schema.json

Lines changed: 2293 additions & 3508 deletions
Large diffs are not rendered by default.

schemas/model_schema.json

Lines changed: 24 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
"experimenters": {
361361
"description": "People responsible for processing",
362362
"items": {
363-
"$ref": "#/$defs/Person"
363+
"type": "string"
364364
},
365365
"title": "Experimenters",
366366
"type": "array"
@@ -384,9 +384,17 @@
384384
"type": "string"
385385
},
386386
"end_date_time": {
387-
"format": "date-time",
388-
"title": "End date time",
389-
"type": "string"
387+
"anyOf": [
388+
{
389+
"format": "date-time",
390+
"type": "string"
391+
},
392+
{
393+
"type": "null"
394+
}
395+
],
396+
"default": null,
397+
"title": "End date time"
390398
},
391399
"output_path": {
392400
"anyOf": [
@@ -446,7 +454,6 @@
446454
"code",
447455
"experimenters",
448456
"start_date_time",
449-
"end_date_time",
450457
"performance"
451458
],
452459
"title": "ModelEvaluation",
@@ -508,7 +515,7 @@
508515
"experimenters": {
509516
"description": "People responsible for processing",
510517
"items": {
511-
"$ref": "#/$defs/Person"
518+
"type": "string"
512519
},
513520
"title": "Experimenters",
514521
"type": "array"
@@ -532,9 +539,17 @@
532539
"type": "string"
533540
},
534541
"end_date_time": {
535-
"format": "date-time",
536-
"title": "End date time",
537-
"type": "string"
542+
"anyOf": [
543+
{
544+
"format": "date-time",
545+
"type": "string"
546+
},
547+
{
548+
"type": "null"
549+
}
550+
],
551+
"default": null,
552+
"title": "End date time"
538553
},
539554
"output_path": {
540555
"anyOf": [
@@ -624,7 +639,6 @@
624639
"code",
625640
"experimenters",
626641
"start_date_time",
627-
"end_date_time",
628642
"train_performance"
629643
],
630644
"title": "ModelTraining",
@@ -655,44 +669,6 @@
655669
"title": "PerformanceMetric",
656670
"type": "object"
657671
},
658-
"Person": {
659-
"additionalProperties": false,
660-
"description": "Person identifier",
661-
"properties": {
662-
"object_type": {
663-
"const": "Person",
664-
"default": "Person",
665-
"title": "Object Type",
666-
"type": "string"
667-
},
668-
"name": {
669-
"description": "First and last name OR anonymous ID",
670-
"title": "Person's name",
671-
"type": "string"
672-
},
673-
"registry": {
674-
"$ref": "#/$defs/_Orcid",
675-
"title": "Registry"
676-
},
677-
"registry_identifier": {
678-
"anyOf": [
679-
{
680-
"type": "string"
681-
},
682-
{
683-
"type": "null"
684-
}
685-
],
686-
"default": null,
687-
"title": "ORCID ID"
688-
}
689-
},
690-
"required": [
691-
"name"
692-
],
693-
"title": "Person",
694-
"type": "object"
695-
},
696672
"ProcessName": {
697673
"description": "Process names",
698674
"enum": [
@@ -973,26 +949,6 @@
973949
],
974950
"title": "Software",
975951
"type": "object"
976-
},
977-
"_Orcid": {
978-
"additionalProperties": false,
979-
"description": "Model ORCID",
980-
"properties": {
981-
"name": {
982-
"const": "Open Researcher and Contributor ID",
983-
"default": "Open Researcher and Contributor ID",
984-
"title": "Name",
985-
"type": "string"
986-
},
987-
"abbreviation": {
988-
"const": "ORCID",
989-
"default": "ORCID",
990-
"title": "Abbreviation",
991-
"type": "string"
992-
}
993-
},
994-
"title": "_Orcid",
995-
"type": "object"
996952
}
997953
},
998954
"additionalProperties": false,

0 commit comments

Comments
 (0)