mat3ra-esse 2024.12.19.post1__py3-none-any.whl → 2025.1.27.post0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mat3ra-esse might be problematic. Click here for more details.
- mat3ra/esse/data/examples.py +1 -1
- mat3ra/esse/data/properties.py +2 -2
- mat3ra/esse/data/schemas.py +1 -1
- mat3ra/esse/models/core/reference/__init__.py +1 -1
- mat3ra/esse/models/core/reference/modeling/__init__.py +1 -1
- mat3ra/esse/models/core/reference/modeling/exabyte.py +1 -1
- mat3ra/esse/models/element.py +4 -4
- mat3ra/esse/models/in_memory_entity/base.py +1 -34
- mat3ra/esse/models/in_memory_entity/defaultable.py +1 -34
- mat3ra/esse/models/in_memory_entity/has_consistency_check_has_metadata_named_defaultable.py +61 -0
- mat3ra/esse/models/in_memory_entity/named.py +1 -34
- mat3ra/esse/models/in_memory_entity/named_defaultable.py +1 -34
- mat3ra/esse/models/in_memory_entity/named_defaultable_has_metadata.py +1 -34
- mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py +0 -33
- mat3ra/esse/models/job/__init__.py +3 -617
- mat3ra/esse/models/job/base.py +1 -33
- mat3ra/esse/models/material/__init__.py +14 -14
- mat3ra/esse/models/material/consistency_check.py +40 -0
- mat3ra/esse/models/project.py +0 -33
- mat3ra/esse/models/properties_directory/derived_properties.py +6 -6
- mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py +26 -26
- mat3ra/esse/models/properties_directory/structural/molecular_pattern.py +4 -4
- mat3ra/esse/models/property/base/__init__.py +0 -32
- mat3ra/esse/models/property/meta/__init__.py +0 -32
- mat3ra/esse/models/property/raw/__init__.py +0 -32
- mat3ra/esse/models/software/application.py +1 -34
- mat3ra/esse/models/software/executable.py +0 -33
- mat3ra/esse/models/software/flavor.py +0 -33
- mat3ra/esse/models/software/template.py +0 -33
- mat3ra/esse/models/software_directory/ml/unit/execution/__init__.py +3 -488
- mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/cross_validate.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/execution/initialize.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/execution/score.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/execution/train.py +0 -92
- mat3ra/esse/models/software_directory/ml/unit/processing/__init__.py +0 -52
- mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/__init__.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/manipulation.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/scale_and_reduce.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/__init__.py +0 -32
- mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/filter_based.py +0 -32
- mat3ra/esse/models/software_directory/modeling/deepmd.py +1 -33
- mat3ra/esse/models/software_directory/modeling/nwchem.py +1 -33
- mat3ra/esse/models/software_directory/modeling/unit/execution.py +0 -92
- mat3ra/esse/models/software_directory/modeling/vasp.py +1 -33
- mat3ra/esse/models/software_directory/scripting/jupyter_lab.py +1 -33
- mat3ra/esse/models/software_directory/scripting/python.py +0 -32
- mat3ra/esse/models/software_directory/scripting/shell.py +1 -33
- mat3ra/esse/models/software_directory/scripting/unit/execution.py +0 -92
- mat3ra/esse/models/system/_material.py +1 -1
- mat3ra/esse/models/system/_parent_job.py +1 -1
- mat3ra/esse/models/system/_project.py +1 -1
- mat3ra/esse/models/system/consistency_check.py +1 -7
- mat3ra/esse/models/system/creator.py +1 -1
- mat3ra/esse/models/system/creator_account.py +1 -1
- mat3ra/esse/models/system/description.py +1 -1
- mat3ra/esse/models/system/entity_reference.py +1 -1
- mat3ra/esse/models/system/has_consistency_check.py +39 -0
- mat3ra/esse/models/system/in_set.py +1 -1
- mat3ra/esse/models/system/job_extended.py +1 -1
- mat3ra/esse/models/system/owner.py +1 -1
- mat3ra/esse/models/workflow/__init__.py +2 -596
- mat3ra/esse/models/workflow/base.py +0 -33
- mat3ra/esse/models/workflow/subworkflow/__init__.py +1 -284
- mat3ra/esse/models/workflow/subworkflow/unit.py +0 -212
- mat3ra/esse/models/workflow/unit/__init__.py +0 -252
- mat3ra/esse/models/workflow/unit/assertion.py +0 -32
- mat3ra/esse/models/workflow/unit/assignment.py +0 -32
- mat3ra/esse/models/workflow/unit/base.py +0 -32
- mat3ra/esse/models/workflow/unit/condition.py +0 -32
- mat3ra/esse/models/workflow/unit/execution.py +0 -92
- mat3ra/esse/models/workflow/unit/io/__init__.py +0 -32
- mat3ra/esse/models/workflow/unit/map.py +0 -32
- mat3ra/esse/models/workflow/unit/processing.py +0 -32
- mat3ra/esse/models/workflow/unit/reduce.py +0 -32
- mat3ra/esse/models/workflow/unit/subworkflow.py +0 -32
- {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/METADATA +2 -2
- {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/RECORD +80 -77
- {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/WHEEL +1 -1
- {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/LICENSE.md +0 -0
- {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/top_level.txt +0 -0
|
@@ -127,37 +127,6 @@ class Status(Enum):
|
|
|
127
127
|
finished = "finished"
|
|
128
128
|
|
|
129
129
|
|
|
130
|
-
class Name(Enum):
|
|
131
|
-
default = "default"
|
|
132
|
-
atomsTooClose = "atomsTooClose"
|
|
133
|
-
atomsOverlap = "atomsOverlap"
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
class Severity(Enum):
|
|
137
|
-
info = "info"
|
|
138
|
-
warning = "warning"
|
|
139
|
-
error = "error"
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
class ConsistencyCheck(BaseModel):
|
|
143
|
-
key: str
|
|
144
|
-
"""
|
|
145
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
146
|
-
"""
|
|
147
|
-
name: Name
|
|
148
|
-
"""
|
|
149
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
150
|
-
"""
|
|
151
|
-
severity: Severity
|
|
152
|
-
"""
|
|
153
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
154
|
-
"""
|
|
155
|
-
message: str
|
|
156
|
-
"""
|
|
157
|
-
Message generated by the consistency check describing the problem.
|
|
158
|
-
"""
|
|
159
|
-
|
|
160
|
-
|
|
161
130
|
class NameResultSchema(BaseModel):
|
|
162
131
|
name: str
|
|
163
132
|
"""
|
|
@@ -223,7 +192,6 @@ class DataIOUnitSchema(BaseModel):
|
|
|
223
192
|
entity slug
|
|
224
193
|
"""
|
|
225
194
|
systemName: Optional[str] = None
|
|
226
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
227
195
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
228
196
|
"""
|
|
229
197
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -270,25 +238,6 @@ class InputItem(BaseModel):
|
|
|
270
238
|
"""
|
|
271
239
|
|
|
272
240
|
|
|
273
|
-
class ConsistencyCheck120(BaseModel):
|
|
274
|
-
key: str
|
|
275
|
-
"""
|
|
276
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
277
|
-
"""
|
|
278
|
-
name: Name
|
|
279
|
-
"""
|
|
280
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
281
|
-
"""
|
|
282
|
-
severity: Severity
|
|
283
|
-
"""
|
|
284
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
285
|
-
"""
|
|
286
|
-
message: str
|
|
287
|
-
"""
|
|
288
|
-
Message generated by the consistency check describing the problem.
|
|
289
|
-
"""
|
|
290
|
-
|
|
291
|
-
|
|
292
241
|
class ReduceUnitSchema(BaseModel):
|
|
293
242
|
model_config = ConfigDict(
|
|
294
243
|
extra="allow",
|
|
@@ -340,7 +289,6 @@ class ReduceUnitSchema(BaseModel):
|
|
|
340
289
|
entity slug
|
|
341
290
|
"""
|
|
342
291
|
systemName: Optional[str] = None
|
|
343
|
-
consistencyChecks: Optional[List[ConsistencyCheck120]] = None
|
|
344
292
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
345
293
|
"""
|
|
346
294
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -387,25 +335,6 @@ class WorkflowUnitInputSchema(BaseModel):
|
|
|
387
335
|
"""
|
|
388
336
|
|
|
389
337
|
|
|
390
|
-
class ConsistencyCheck121(BaseModel):
|
|
391
|
-
key: str
|
|
392
|
-
"""
|
|
393
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
394
|
-
"""
|
|
395
|
-
name: Name
|
|
396
|
-
"""
|
|
397
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
398
|
-
"""
|
|
399
|
-
severity: Severity
|
|
400
|
-
"""
|
|
401
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
402
|
-
"""
|
|
403
|
-
message: str
|
|
404
|
-
"""
|
|
405
|
-
Message generated by the consistency check describing the problem.
|
|
406
|
-
"""
|
|
407
|
-
|
|
408
|
-
|
|
409
338
|
class ConditionUnitSchema(BaseModel):
|
|
410
339
|
model_config = ConfigDict(
|
|
411
340
|
extra="allow",
|
|
@@ -473,7 +402,6 @@ class ConditionUnitSchema(BaseModel):
|
|
|
473
402
|
entity slug
|
|
474
403
|
"""
|
|
475
404
|
systemName: Optional[str] = None
|
|
476
|
-
consistencyChecks: Optional[List[ConsistencyCheck121]] = None
|
|
477
405
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
478
406
|
"""
|
|
479
407
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -509,25 +437,6 @@ class Type91(Enum):
|
|
|
509
437
|
assertion = "assertion"
|
|
510
438
|
|
|
511
439
|
|
|
512
|
-
class ConsistencyCheck122(BaseModel):
|
|
513
|
-
key: str
|
|
514
|
-
"""
|
|
515
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
516
|
-
"""
|
|
517
|
-
name: Name
|
|
518
|
-
"""
|
|
519
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
520
|
-
"""
|
|
521
|
-
severity: Severity
|
|
522
|
-
"""
|
|
523
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
524
|
-
"""
|
|
525
|
-
message: str
|
|
526
|
-
"""
|
|
527
|
-
Message generated by the consistency check describing the problem.
|
|
528
|
-
"""
|
|
529
|
-
|
|
530
|
-
|
|
531
440
|
class AssertionUnitSchema(BaseModel):
|
|
532
441
|
model_config = ConfigDict(
|
|
533
442
|
extra="allow",
|
|
@@ -579,7 +488,6 @@ class AssertionUnitSchema(BaseModel):
|
|
|
579
488
|
entity slug
|
|
580
489
|
"""
|
|
581
490
|
systemName: Optional[str] = None
|
|
582
|
-
consistencyChecks: Optional[List[ConsistencyCheck122]] = None
|
|
583
491
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
584
492
|
"""
|
|
585
493
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -615,25 +523,6 @@ class Type92(Enum):
|
|
|
615
523
|
execution = "execution"
|
|
616
524
|
|
|
617
525
|
|
|
618
|
-
class ConsistencyCheck123(BaseModel):
|
|
619
|
-
key: str
|
|
620
|
-
"""
|
|
621
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
622
|
-
"""
|
|
623
|
-
name: Name
|
|
624
|
-
"""
|
|
625
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
626
|
-
"""
|
|
627
|
-
severity: Severity
|
|
628
|
-
"""
|
|
629
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
630
|
-
"""
|
|
631
|
-
message: str
|
|
632
|
-
"""
|
|
633
|
-
Message generated by the consistency check describing the problem.
|
|
634
|
-
"""
|
|
635
|
-
|
|
636
|
-
|
|
637
526
|
class ApplicationSchemaBase(BaseModel):
|
|
638
527
|
model_config = ConfigDict(
|
|
639
528
|
extra="allow",
|
|
@@ -671,7 +560,6 @@ class ApplicationSchemaBase(BaseModel):
|
|
|
671
560
|
entity slug
|
|
672
561
|
"""
|
|
673
562
|
systemName: Optional[str] = None
|
|
674
|
-
consistencyChecks: Optional[List[ConsistencyCheck123]] = None
|
|
675
563
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
676
564
|
"""
|
|
677
565
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -686,25 +574,6 @@ class ApplicationSchemaBase(BaseModel):
|
|
|
686
574
|
"""
|
|
687
575
|
|
|
688
576
|
|
|
689
|
-
class ConsistencyCheck124(BaseModel):
|
|
690
|
-
key: str
|
|
691
|
-
"""
|
|
692
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
693
|
-
"""
|
|
694
|
-
name: Name
|
|
695
|
-
"""
|
|
696
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
697
|
-
"""
|
|
698
|
-
severity: Severity
|
|
699
|
-
"""
|
|
700
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
701
|
-
"""
|
|
702
|
-
message: str
|
|
703
|
-
"""
|
|
704
|
-
Message generated by the consistency check describing the problem.
|
|
705
|
-
"""
|
|
706
|
-
|
|
707
|
-
|
|
708
577
|
class ExecutableSchema(BaseModel):
|
|
709
578
|
name: str
|
|
710
579
|
"""
|
|
@@ -727,7 +596,6 @@ class ExecutableSchema(BaseModel):
|
|
|
727
596
|
entity slug
|
|
728
597
|
"""
|
|
729
598
|
systemName: Optional[str] = None
|
|
730
|
-
consistencyChecks: Optional[List[ConsistencyCheck124]] = None
|
|
731
599
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
732
600
|
"""
|
|
733
601
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -766,25 +634,6 @@ class ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
|
|
|
766
634
|
"""
|
|
767
635
|
|
|
768
636
|
|
|
769
|
-
class ConsistencyCheck125(BaseModel):
|
|
770
|
-
key: str
|
|
771
|
-
"""
|
|
772
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
773
|
-
"""
|
|
774
|
-
name: Name
|
|
775
|
-
"""
|
|
776
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
777
|
-
"""
|
|
778
|
-
severity: Severity
|
|
779
|
-
"""
|
|
780
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
781
|
-
"""
|
|
782
|
-
message: str
|
|
783
|
-
"""
|
|
784
|
-
Message generated by the consistency check describing the problem.
|
|
785
|
-
"""
|
|
786
|
-
|
|
787
|
-
|
|
788
637
|
class FlavorSchema(BaseModel):
|
|
789
638
|
executableId: Optional[str] = None
|
|
790
639
|
"""
|
|
@@ -810,7 +659,6 @@ class FlavorSchema(BaseModel):
|
|
|
810
659
|
entity slug
|
|
811
660
|
"""
|
|
812
661
|
systemName: Optional[str] = None
|
|
813
|
-
consistencyChecks: Optional[List[ConsistencyCheck125]] = None
|
|
814
662
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
815
663
|
"""
|
|
816
664
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -841,25 +689,6 @@ class FlavorSchema(BaseModel):
|
|
|
841
689
|
"""
|
|
842
690
|
|
|
843
691
|
|
|
844
|
-
class ConsistencyCheck126(BaseModel):
|
|
845
|
-
key: str
|
|
846
|
-
"""
|
|
847
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
848
|
-
"""
|
|
849
|
-
name: Name
|
|
850
|
-
"""
|
|
851
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
852
|
-
"""
|
|
853
|
-
severity: Severity
|
|
854
|
-
"""
|
|
855
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
856
|
-
"""
|
|
857
|
-
message: str
|
|
858
|
-
"""
|
|
859
|
-
Message generated by the consistency check describing the problem.
|
|
860
|
-
"""
|
|
861
|
-
|
|
862
|
-
|
|
863
692
|
class ExecutionUnitSchemaBase(BaseModel):
|
|
864
693
|
model_config = ConfigDict(
|
|
865
694
|
extra="allow",
|
|
@@ -910,7 +739,6 @@ class ExecutionUnitSchemaBase(BaseModel):
|
|
|
910
739
|
entity slug
|
|
911
740
|
"""
|
|
912
741
|
systemName: Optional[str] = None
|
|
913
|
-
consistencyChecks: Optional[List[ConsistencyCheck126]] = None
|
|
914
742
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
915
743
|
"""
|
|
916
744
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -946,25 +774,6 @@ class Type93(Enum):
|
|
|
946
774
|
assignment = "assignment"
|
|
947
775
|
|
|
948
776
|
|
|
949
|
-
class ConsistencyCheck127(BaseModel):
|
|
950
|
-
key: str
|
|
951
|
-
"""
|
|
952
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
953
|
-
"""
|
|
954
|
-
name: Name
|
|
955
|
-
"""
|
|
956
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
957
|
-
"""
|
|
958
|
-
severity: Severity
|
|
959
|
-
"""
|
|
960
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
961
|
-
"""
|
|
962
|
-
message: str
|
|
963
|
-
"""
|
|
964
|
-
Message generated by the consistency check describing the problem.
|
|
965
|
-
"""
|
|
966
|
-
|
|
967
|
-
|
|
968
777
|
class AssignmentUnitSchema(BaseModel):
|
|
969
778
|
model_config = ConfigDict(
|
|
970
779
|
extra="allow",
|
|
@@ -1020,7 +829,6 @@ class AssignmentUnitSchema(BaseModel):
|
|
|
1020
829
|
entity slug
|
|
1021
830
|
"""
|
|
1022
831
|
systemName: Optional[str] = None
|
|
1023
|
-
consistencyChecks: Optional[List[ConsistencyCheck127]] = None
|
|
1024
832
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
1025
833
|
"""
|
|
1026
834
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -1057,25 +865,6 @@ class Type94(Enum):
|
|
|
1057
865
|
processing = "processing"
|
|
1058
866
|
|
|
1059
867
|
|
|
1060
|
-
class ConsistencyCheck128(BaseModel):
|
|
1061
|
-
key: str
|
|
1062
|
-
"""
|
|
1063
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
1064
|
-
"""
|
|
1065
|
-
name: Name
|
|
1066
|
-
"""
|
|
1067
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
1068
|
-
"""
|
|
1069
|
-
severity: Severity
|
|
1070
|
-
"""
|
|
1071
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
1072
|
-
"""
|
|
1073
|
-
message: str
|
|
1074
|
-
"""
|
|
1075
|
-
Message generated by the consistency check describing the problem.
|
|
1076
|
-
"""
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
868
|
class ProcessingUnitSchema(BaseModel):
|
|
1080
869
|
model_config = ConfigDict(
|
|
1081
870
|
extra="allow",
|
|
@@ -1131,7 +920,6 @@ class ProcessingUnitSchema(BaseModel):
|
|
|
1131
920
|
entity slug
|
|
1132
921
|
"""
|
|
1133
922
|
systemName: Optional[str] = None
|
|
1134
|
-
consistencyChecks: Optional[List[ConsistencyCheck128]] = None
|
|
1135
923
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
1136
924
|
"""
|
|
1137
925
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -1187,25 +975,6 @@ class Input(BaseModel):
|
|
|
1187
975
|
useValues: Optional[bool] = None
|
|
1188
976
|
|
|
1189
977
|
|
|
1190
|
-
class ConsistencyCheck129(BaseModel):
|
|
1191
|
-
key: str
|
|
1192
|
-
"""
|
|
1193
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
1194
|
-
"""
|
|
1195
|
-
name: Name
|
|
1196
|
-
"""
|
|
1197
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
1198
|
-
"""
|
|
1199
|
-
severity: Severity
|
|
1200
|
-
"""
|
|
1201
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
1202
|
-
"""
|
|
1203
|
-
message: str
|
|
1204
|
-
"""
|
|
1205
|
-
Message generated by the consistency check describing the problem.
|
|
1206
|
-
"""
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
978
|
class MapUnitSchema(BaseModel):
|
|
1210
979
|
model_config = ConfigDict(
|
|
1211
980
|
extra="allow",
|
|
@@ -1257,7 +1026,6 @@ class MapUnitSchema(BaseModel):
|
|
|
1257
1026
|
entity slug
|
|
1258
1027
|
"""
|
|
1259
1028
|
systemName: Optional[str] = None
|
|
1260
|
-
consistencyChecks: Optional[List[ConsistencyCheck129]] = None
|
|
1261
1029
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
1262
1030
|
"""
|
|
1263
1031
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -1293,25 +1061,6 @@ class Type96(Enum):
|
|
|
1293
1061
|
subworkflow = "subworkflow"
|
|
1294
1062
|
|
|
1295
1063
|
|
|
1296
|
-
class ConsistencyCheck130(BaseModel):
|
|
1297
|
-
key: str
|
|
1298
|
-
"""
|
|
1299
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
1300
|
-
"""
|
|
1301
|
-
name: Name
|
|
1302
|
-
"""
|
|
1303
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
1304
|
-
"""
|
|
1305
|
-
severity: Severity
|
|
1306
|
-
"""
|
|
1307
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
1308
|
-
"""
|
|
1309
|
-
message: str
|
|
1310
|
-
"""
|
|
1311
|
-
Message generated by the consistency check describing the problem.
|
|
1312
|
-
"""
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
1064
|
class SubworkflowUnitSchema(BaseModel):
|
|
1316
1065
|
model_config = ConfigDict(
|
|
1317
1066
|
extra="allow",
|
|
@@ -1355,7 +1104,6 @@ class SubworkflowUnitSchema(BaseModel):
|
|
|
1355
1104
|
entity slug
|
|
1356
1105
|
"""
|
|
1357
1106
|
systemName: Optional[str] = None
|
|
1358
|
-
consistencyChecks: Optional[List[ConsistencyCheck130]] = None
|
|
1359
1107
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
1360
1108
|
"""
|
|
1361
1109
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -22,37 +22,6 @@ class Status(Enum):
|
|
|
22
22
|
finished = "finished"
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
class Name(Enum):
|
|
26
|
-
default = "default"
|
|
27
|
-
atomsTooClose = "atomsTooClose"
|
|
28
|
-
atomsOverlap = "atomsOverlap"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class Severity(Enum):
|
|
32
|
-
info = "info"
|
|
33
|
-
warning = "warning"
|
|
34
|
-
error = "error"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
class ConsistencyCheck(BaseModel):
|
|
38
|
-
key: str
|
|
39
|
-
"""
|
|
40
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
41
|
-
"""
|
|
42
|
-
name: Name
|
|
43
|
-
"""
|
|
44
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
45
|
-
"""
|
|
46
|
-
severity: Severity
|
|
47
|
-
"""
|
|
48
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
49
|
-
"""
|
|
50
|
-
message: str
|
|
51
|
-
"""
|
|
52
|
-
Message generated by the consistency check describing the problem.
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
|
|
56
25
|
class NameResultSchema(BaseModel):
|
|
57
26
|
name: str
|
|
58
27
|
"""
|
|
@@ -117,7 +86,6 @@ class AssertionUnitSchema(BaseModel):
|
|
|
117
86
|
entity slug
|
|
118
87
|
"""
|
|
119
88
|
systemName: Optional[str] = None
|
|
120
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
121
89
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
122
90
|
"""
|
|
123
91
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -33,37 +33,6 @@ class Status(Enum):
|
|
|
33
33
|
finished = "finished"
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
class Name(Enum):
|
|
37
|
-
default = "default"
|
|
38
|
-
atomsTooClose = "atomsTooClose"
|
|
39
|
-
atomsOverlap = "atomsOverlap"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
class Severity(Enum):
|
|
43
|
-
info = "info"
|
|
44
|
-
warning = "warning"
|
|
45
|
-
error = "error"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
class ConsistencyCheck(BaseModel):
|
|
49
|
-
key: str
|
|
50
|
-
"""
|
|
51
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
52
|
-
"""
|
|
53
|
-
name: Name
|
|
54
|
-
"""
|
|
55
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
56
|
-
"""
|
|
57
|
-
severity: Severity
|
|
58
|
-
"""
|
|
59
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
60
|
-
"""
|
|
61
|
-
message: str
|
|
62
|
-
"""
|
|
63
|
-
Message generated by the consistency check describing the problem.
|
|
64
|
-
"""
|
|
65
|
-
|
|
66
|
-
|
|
67
36
|
class NameResultSchema(BaseModel):
|
|
68
37
|
name: str
|
|
69
38
|
"""
|
|
@@ -132,7 +101,6 @@ class AssignmentUnitSchema(BaseModel):
|
|
|
132
101
|
entity slug
|
|
133
102
|
"""
|
|
134
103
|
systemName: Optional[str] = None
|
|
135
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
136
104
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
137
105
|
"""
|
|
138
106
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -18,37 +18,6 @@ class Status(Enum):
|
|
|
18
18
|
finished = "finished"
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
class Name(Enum):
|
|
22
|
-
default = "default"
|
|
23
|
-
atomsTooClose = "atomsTooClose"
|
|
24
|
-
atomsOverlap = "atomsOverlap"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
class Severity(Enum):
|
|
28
|
-
info = "info"
|
|
29
|
-
warning = "warning"
|
|
30
|
-
error = "error"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class ConsistencyCheck(BaseModel):
|
|
34
|
-
key: str
|
|
35
|
-
"""
|
|
36
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
37
|
-
"""
|
|
38
|
-
name: Name
|
|
39
|
-
"""
|
|
40
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
41
|
-
"""
|
|
42
|
-
severity: Severity
|
|
43
|
-
"""
|
|
44
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
45
|
-
"""
|
|
46
|
-
message: str
|
|
47
|
-
"""
|
|
48
|
-
Message generated by the consistency check describing the problem.
|
|
49
|
-
"""
|
|
50
|
-
|
|
51
|
-
|
|
52
21
|
class NameResultSchema(BaseModel):
|
|
53
22
|
name: str
|
|
54
23
|
"""
|
|
@@ -105,7 +74,6 @@ class WorkflowBaseUnitSchema(BaseModel):
|
|
|
105
74
|
entity slug
|
|
106
75
|
"""
|
|
107
76
|
systemName: Optional[str] = None
|
|
108
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
109
77
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
110
78
|
"""
|
|
111
79
|
entity's schema version. Used to distinct between different schemas.
|
|
@@ -33,37 +33,6 @@ class Status(Enum):
|
|
|
33
33
|
finished = "finished"
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
class Name(Enum):
|
|
37
|
-
default = "default"
|
|
38
|
-
atomsTooClose = "atomsTooClose"
|
|
39
|
-
atomsOverlap = "atomsOverlap"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
class Severity(Enum):
|
|
43
|
-
info = "info"
|
|
44
|
-
warning = "warning"
|
|
45
|
-
error = "error"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
class ConsistencyCheck(BaseModel):
|
|
49
|
-
key: str
|
|
50
|
-
"""
|
|
51
|
-
Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
|
|
52
|
-
"""
|
|
53
|
-
name: Name
|
|
54
|
-
"""
|
|
55
|
-
Name of the consistency check that is performed, which is listed in an enum.
|
|
56
|
-
"""
|
|
57
|
-
severity: Severity
|
|
58
|
-
"""
|
|
59
|
-
Severity level of the problem, which is used in UI to differentiate.
|
|
60
|
-
"""
|
|
61
|
-
message: str
|
|
62
|
-
"""
|
|
63
|
-
Message generated by the consistency check describing the problem.
|
|
64
|
-
"""
|
|
65
|
-
|
|
66
|
-
|
|
67
36
|
class NameResultSchema(BaseModel):
|
|
68
37
|
name: str
|
|
69
38
|
"""
|
|
@@ -144,7 +113,6 @@ class ConditionUnitSchema(BaseModel):
|
|
|
144
113
|
entity slug
|
|
145
114
|
"""
|
|
146
115
|
systemName: Optional[str] = None
|
|
147
|
-
consistencyChecks: Optional[List[ConsistencyCheck]] = None
|
|
148
116
|
schemaVersion: Optional[str] = "2022.8.16"
|
|
149
117
|
"""
|
|
150
118
|
entity's schema version. Used to distinct between different schemas.
|