|
360 | 360 | "experimenters": { |
361 | 361 | "description": "People responsible for processing", |
362 | 362 | "items": { |
363 | | - "$ref": "#/$defs/Person" |
| 363 | + "type": "string" |
364 | 364 | }, |
365 | 365 | "title": "Experimenters", |
366 | 366 | "type": "array" |
|
384 | 384 | "type": "string" |
385 | 385 | }, |
386 | 386 | "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" |
390 | 398 | }, |
391 | 399 | "output_path": { |
392 | 400 | "anyOf": [ |
|
446 | 454 | "code", |
447 | 455 | "experimenters", |
448 | 456 | "start_date_time", |
449 | | - "end_date_time", |
450 | 457 | "performance" |
451 | 458 | ], |
452 | 459 | "title": "ModelEvaluation", |
|
508 | 515 | "experimenters": { |
509 | 516 | "description": "People responsible for processing", |
510 | 517 | "items": { |
511 | | - "$ref": "#/$defs/Person" |
| 518 | + "type": "string" |
512 | 519 | }, |
513 | 520 | "title": "Experimenters", |
514 | 521 | "type": "array" |
|
532 | 539 | "type": "string" |
533 | 540 | }, |
534 | 541 | "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" |
538 | 553 | }, |
539 | 554 | "output_path": { |
540 | 555 | "anyOf": [ |
|
624 | 639 | "code", |
625 | 640 | "experimenters", |
626 | 641 | "start_date_time", |
627 | | - "end_date_time", |
628 | 642 | "train_performance" |
629 | 643 | ], |
630 | 644 | "title": "ModelTraining", |
|
655 | 669 | "title": "PerformanceMetric", |
656 | 670 | "type": "object" |
657 | 671 | }, |
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 | | - }, |
696 | 672 | "ProcessName": { |
697 | 673 | "description": "Process names", |
698 | 674 | "enum": [ |
|
973 | 949 | ], |
974 | 950 | "title": "Software", |
975 | 951 | "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" |
996 | 952 | } |
997 | 953 | }, |
998 | 954 | "additionalProperties": false, |
|
0 commit comments