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.

Files changed (80) hide show
  1. mat3ra/esse/data/examples.py +1 -1
  2. mat3ra/esse/data/properties.py +2 -2
  3. mat3ra/esse/data/schemas.py +1 -1
  4. mat3ra/esse/models/core/reference/__init__.py +1 -1
  5. mat3ra/esse/models/core/reference/modeling/__init__.py +1 -1
  6. mat3ra/esse/models/core/reference/modeling/exabyte.py +1 -1
  7. mat3ra/esse/models/element.py +4 -4
  8. mat3ra/esse/models/in_memory_entity/base.py +1 -34
  9. mat3ra/esse/models/in_memory_entity/defaultable.py +1 -34
  10. mat3ra/esse/models/in_memory_entity/has_consistency_check_has_metadata_named_defaultable.py +61 -0
  11. mat3ra/esse/models/in_memory_entity/named.py +1 -34
  12. mat3ra/esse/models/in_memory_entity/named_defaultable.py +1 -34
  13. mat3ra/esse/models/in_memory_entity/named_defaultable_has_metadata.py +1 -34
  14. mat3ra/esse/models/in_memory_entity/named_defaultable_runtime_items.py +0 -33
  15. mat3ra/esse/models/job/__init__.py +3 -617
  16. mat3ra/esse/models/job/base.py +1 -33
  17. mat3ra/esse/models/material/__init__.py +14 -14
  18. mat3ra/esse/models/material/consistency_check.py +40 -0
  19. mat3ra/esse/models/project.py +0 -33
  20. mat3ra/esse/models/properties_directory/derived_properties.py +6 -6
  21. mat3ra/esse/models/properties_directory/non_scalar/total_energy_contributions.py +26 -26
  22. mat3ra/esse/models/properties_directory/structural/molecular_pattern.py +4 -4
  23. mat3ra/esse/models/property/base/__init__.py +0 -32
  24. mat3ra/esse/models/property/meta/__init__.py +0 -32
  25. mat3ra/esse/models/property/raw/__init__.py +0 -32
  26. mat3ra/esse/models/software/application.py +1 -34
  27. mat3ra/esse/models/software/executable.py +0 -33
  28. mat3ra/esse/models/software/flavor.py +0 -33
  29. mat3ra/esse/models/software/template.py +0 -33
  30. mat3ra/esse/models/software_directory/ml/unit/execution/__init__.py +3 -488
  31. mat3ra/esse/models/software_directory/ml/unit/execution/evaluate/cross_validate.py +0 -92
  32. mat3ra/esse/models/software_directory/ml/unit/execution/initialize.py +0 -92
  33. mat3ra/esse/models/software_directory/ml/unit/execution/score.py +0 -92
  34. mat3ra/esse/models/software_directory/ml/unit/execution/train.py +0 -92
  35. mat3ra/esse/models/software_directory/ml/unit/processing/__init__.py +0 -52
  36. mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/__init__.py +0 -32
  37. mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/manipulation.py +0 -32
  38. mat3ra/esse/models/software_directory/ml/unit/processing/data_transformation/scale_and_reduce.py +0 -32
  39. mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/__init__.py +0 -32
  40. mat3ra/esse/models/software_directory/ml/unit/processing/feature_selection/filter_based.py +0 -32
  41. mat3ra/esse/models/software_directory/modeling/deepmd.py +1 -33
  42. mat3ra/esse/models/software_directory/modeling/nwchem.py +1 -33
  43. mat3ra/esse/models/software_directory/modeling/unit/execution.py +0 -92
  44. mat3ra/esse/models/software_directory/modeling/vasp.py +1 -33
  45. mat3ra/esse/models/software_directory/scripting/jupyter_lab.py +1 -33
  46. mat3ra/esse/models/software_directory/scripting/python.py +0 -32
  47. mat3ra/esse/models/software_directory/scripting/shell.py +1 -33
  48. mat3ra/esse/models/software_directory/scripting/unit/execution.py +0 -92
  49. mat3ra/esse/models/system/_material.py +1 -1
  50. mat3ra/esse/models/system/_parent_job.py +1 -1
  51. mat3ra/esse/models/system/_project.py +1 -1
  52. mat3ra/esse/models/system/consistency_check.py +1 -7
  53. mat3ra/esse/models/system/creator.py +1 -1
  54. mat3ra/esse/models/system/creator_account.py +1 -1
  55. mat3ra/esse/models/system/description.py +1 -1
  56. mat3ra/esse/models/system/entity_reference.py +1 -1
  57. mat3ra/esse/models/system/has_consistency_check.py +39 -0
  58. mat3ra/esse/models/system/in_set.py +1 -1
  59. mat3ra/esse/models/system/job_extended.py +1 -1
  60. mat3ra/esse/models/system/owner.py +1 -1
  61. mat3ra/esse/models/workflow/__init__.py +2 -596
  62. mat3ra/esse/models/workflow/base.py +0 -33
  63. mat3ra/esse/models/workflow/subworkflow/__init__.py +1 -284
  64. mat3ra/esse/models/workflow/subworkflow/unit.py +0 -212
  65. mat3ra/esse/models/workflow/unit/__init__.py +0 -252
  66. mat3ra/esse/models/workflow/unit/assertion.py +0 -32
  67. mat3ra/esse/models/workflow/unit/assignment.py +0 -32
  68. mat3ra/esse/models/workflow/unit/base.py +0 -32
  69. mat3ra/esse/models/workflow/unit/condition.py +0 -32
  70. mat3ra/esse/models/workflow/unit/execution.py +0 -92
  71. mat3ra/esse/models/workflow/unit/io/__init__.py +0 -32
  72. mat3ra/esse/models/workflow/unit/map.py +0 -32
  73. mat3ra/esse/models/workflow/unit/processing.py +0 -32
  74. mat3ra/esse/models/workflow/unit/reduce.py +0 -32
  75. mat3ra/esse/models/workflow/unit/subworkflow.py +0 -32
  76. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/METADATA +2 -2
  77. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/RECORD +80 -77
  78. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/WHEEL +1 -1
  79. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/LICENSE.md +0 -0
  80. {mat3ra_esse-2024.12.19.post1.dist-info → mat3ra_esse-2025.1.27.post0.dist-info}/top_level.txt +0 -0
@@ -45,37 +45,6 @@ class Status(Enum):
45
45
  finished = "finished"
46
46
 
47
47
 
48
- class Name(Enum):
49
- default = "default"
50
- atomsTooClose = "atomsTooClose"
51
- atomsOverlap = "atomsOverlap"
52
-
53
-
54
- class Severity(Enum):
55
- info = "info"
56
- warning = "warning"
57
- error = "error"
58
-
59
-
60
- class ConsistencyCheck(BaseModel):
61
- key: str
62
- """
63
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
64
- """
65
- name: Name
66
- """
67
- Name of the consistency check that is performed, which is listed in an enum.
68
- """
69
- severity: Severity
70
- """
71
- Severity level of the problem, which is used in UI to differentiate.
72
- """
73
- message: str
74
- """
75
- Message generated by the consistency check describing the problem.
76
- """
77
-
78
-
79
48
  class NameResultSchema(BaseModel):
80
49
  name: str
81
50
  """
@@ -144,7 +113,6 @@ class ManipulationUnitSchema(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.
@@ -64,37 +64,6 @@ class Status(Enum):
64
64
  finished = "finished"
65
65
 
66
66
 
67
- class Name(Enum):
68
- default = "default"
69
- atomsTooClose = "atomsTooClose"
70
- atomsOverlap = "atomsOverlap"
71
-
72
-
73
- class Severity(Enum):
74
- info = "info"
75
- warning = "warning"
76
- error = "error"
77
-
78
-
79
- class ConsistencyCheck(BaseModel):
80
- key: str
81
- """
82
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
83
- """
84
- name: Name
85
- """
86
- Name of the consistency check that is performed, which is listed in an enum.
87
- """
88
- severity: Severity
89
- """
90
- Severity level of the problem, which is used in UI to differentiate.
91
- """
92
- message: str
93
- """
94
- Message generated by the consistency check describing the problem.
95
- """
96
-
97
-
98
67
  class NameResultSchema(BaseModel):
99
68
  name: str
100
69
  """
@@ -163,7 +132,6 @@ class ScaleAndReduceUnitSchema(BaseModel):
163
132
  entity slug
164
133
  """
165
134
  systemName: Optional[str] = None
166
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
167
135
  schemaVersion: Optional[str] = "2022.8.16"
168
136
  """
169
137
  entity's schema version. Used to distinct between different schemas.
@@ -45,37 +45,6 @@ class Status(Enum):
45
45
  finished = "finished"
46
46
 
47
47
 
48
- class Name(Enum):
49
- default = "default"
50
- atomsTooClose = "atomsTooClose"
51
- atomsOverlap = "atomsOverlap"
52
-
53
-
54
- class Severity(Enum):
55
- info = "info"
56
- warning = "warning"
57
- error = "error"
58
-
59
-
60
- class ConsistencyCheck(BaseModel):
61
- key: str
62
- """
63
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
64
- """
65
- name: Name
66
- """
67
- Name of the consistency check that is performed, which is listed in an enum.
68
- """
69
- severity: Severity
70
- """
71
- Severity level of the problem, which is used in UI to differentiate.
72
- """
73
- message: str
74
- """
75
- Message generated by the consistency check describing the problem.
76
- """
77
-
78
-
79
48
  class NameResultSchema(BaseModel):
80
49
  name: str
81
50
  """
@@ -144,7 +113,6 @@ class FilterBasedFeatureSelectionUnitSchema(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.
@@ -45,37 +45,6 @@ class Status(Enum):
45
45
  finished = "finished"
46
46
 
47
47
 
48
- class Name(Enum):
49
- default = "default"
50
- atomsTooClose = "atomsTooClose"
51
- atomsOverlap = "atomsOverlap"
52
-
53
-
54
- class Severity(Enum):
55
- info = "info"
56
- warning = "warning"
57
- error = "error"
58
-
59
-
60
- class ConsistencyCheck(BaseModel):
61
- key: str
62
- """
63
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
64
- """
65
- name: Name
66
- """
67
- Name of the consistency check that is performed, which is listed in an enum.
68
- """
69
- severity: Severity
70
- """
71
- Severity level of the problem, which is used in UI to differentiate.
72
- """
73
- message: str
74
- """
75
- Message generated by the consistency check describing the problem.
76
- """
77
-
78
-
79
48
  class NameResultSchema(BaseModel):
80
49
  name: str
81
50
  """
@@ -144,7 +113,6 @@ class FilterBasedFeatureSelectionUnitSchema(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.
@@ -5,7 +5,7 @@
5
5
  from __future__ import annotations
6
6
 
7
7
  from enum import Enum
8
- from typing import List, Optional
8
+ from typing import Optional
9
9
 
10
10
  from pydantic import BaseModel, ConfigDict, Field
11
11
 
@@ -28,37 +28,6 @@ class Exec(Enum):
28
28
  python = "python"
29
29
 
30
30
 
31
- class Name24(Enum):
32
- default = "default"
33
- atomsTooClose = "atomsTooClose"
34
- atomsOverlap = "atomsOverlap"
35
-
36
-
37
- class Severity(Enum):
38
- info = "info"
39
- warning = "warning"
40
- error = "error"
41
-
42
-
43
- class ConsistencyCheck(BaseModel):
44
- key: str
45
- """
46
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
47
- """
48
- name: Name24
49
- """
50
- Name of the consistency check that is performed, which is listed in an enum.
51
- """
52
- severity: Severity
53
- """
54
- Severity level of the problem, which is used in UI to differentiate.
55
- """
56
- message: str
57
- """
58
- Message generated by the consistency check describing the problem.
59
- """
60
-
61
-
62
31
  class DeePMDAppSchema(BaseModel):
63
32
  model_config = ConfigDict(
64
33
  extra="allow",
@@ -101,7 +70,6 @@ class DeePMDAppSchema(BaseModel):
101
70
  entity slug
102
71
  """
103
72
  systemName: Optional[str] = None
104
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
105
73
  schemaVersion: Optional[str] = "2022.8.16"
106
74
  """
107
75
  entity's schema version. Used to distinct between different schemas.
@@ -5,7 +5,7 @@
5
5
  from __future__ import annotations
6
6
 
7
7
  from enum import Enum
8
- from typing import List, Optional
8
+ from typing import Optional
9
9
 
10
10
  from pydantic import BaseModel, ConfigDict, Field
11
11
 
@@ -29,37 +29,6 @@ class Exec(Enum):
29
29
  nwchem = "nwchem"
30
30
 
31
31
 
32
- class Name146(Enum):
33
- default = "default"
34
- atomsTooClose = "atomsTooClose"
35
- atomsOverlap = "atomsOverlap"
36
-
37
-
38
- class Severity(Enum):
39
- info = "info"
40
- warning = "warning"
41
- error = "error"
42
-
43
-
44
- class ConsistencyCheck(BaseModel):
45
- key: str
46
- """
47
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
48
- """
49
- name: Name146
50
- """
51
- Name of the consistency check that is performed, which is listed in an enum.
52
- """
53
- severity: Severity
54
- """
55
- Severity level of the problem, which is used in UI to differentiate.
56
- """
57
- message: str
58
- """
59
- Message generated by the consistency check describing the problem.
60
- """
61
-
62
-
63
32
  class NWChem(BaseModel):
64
33
  model_config = ConfigDict(
65
34
  extra="allow",
@@ -102,7 +71,6 @@ class NWChem(BaseModel):
102
71
  entity slug
103
72
  """
104
73
  systemName: Optional[str] = None
105
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
106
74
  schemaVersion: Optional[str] = "2022.8.16"
107
75
  """
108
76
  entity's schema version. Used to distinct between different schemas.
@@ -14,37 +14,6 @@ class Type(Enum):
14
14
  execution = "execution"
15
15
 
16
16
 
17
- class Name(Enum):
18
- default = "default"
19
- atomsTooClose = "atomsTooClose"
20
- atomsOverlap = "atomsOverlap"
21
-
22
-
23
- class Severity(Enum):
24
- info = "info"
25
- warning = "warning"
26
- error = "error"
27
-
28
-
29
- class ConsistencyCheck(BaseModel):
30
- key: str
31
- """
32
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
33
- """
34
- name: Name
35
- """
36
- Name of the consistency check that is performed, which is listed in an enum.
37
- """
38
- severity: Severity
39
- """
40
- Severity level of the problem, which is used in UI to differentiate.
41
- """
42
- message: str
43
- """
44
- Message generated by the consistency check describing the problem.
45
- """
46
-
47
-
48
17
  class ApplicationSchemaBase(BaseModel):
49
18
  model_config = ConfigDict(
50
19
  extra="allow",
@@ -82,7 +51,6 @@ class ApplicationSchemaBase(BaseModel):
82
51
  entity slug
83
52
  """
84
53
  systemName: Optional[str] = None
85
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
86
54
  schemaVersion: Optional[str] = "2022.8.16"
87
55
  """
88
56
  entity's schema version. Used to distinct between different schemas.
@@ -97,25 +65,6 @@ class ApplicationSchemaBase(BaseModel):
97
65
  """
98
66
 
99
67
 
100
- class ConsistencyCheck27(BaseModel):
101
- key: str
102
- """
103
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
104
- """
105
- name: Name
106
- """
107
- Name of the consistency check that is performed, which is listed in an enum.
108
- """
109
- severity: Severity
110
- """
111
- Severity level of the problem, which is used in UI to differentiate.
112
- """
113
- message: str
114
- """
115
- Message generated by the consistency check describing the problem.
116
- """
117
-
118
-
119
68
  class NameResultSchema(BaseModel):
120
69
  name: str
121
70
  """
@@ -145,7 +94,6 @@ class ExecutableSchema(BaseModel):
145
94
  entity slug
146
95
  """
147
96
  systemName: Optional[str] = None
148
- consistencyChecks: Optional[List[ConsistencyCheck27]] = None
149
97
  schemaVersion: Optional[str] = "2022.8.16"
150
98
  """
151
99
  entity's schema version. Used to distinct between different schemas.
@@ -184,25 +132,6 @@ class ExecutionUnitInputIdItemSchemaForPhysicsBasedSimulationEngines(BaseModel):
184
132
  """
185
133
 
186
134
 
187
- class ConsistencyCheck28(BaseModel):
188
- key: str
189
- """
190
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
191
- """
192
- name: Name
193
- """
194
- Name of the consistency check that is performed, which is listed in an enum.
195
- """
196
- severity: Severity
197
- """
198
- Severity level of the problem, which is used in UI to differentiate.
199
- """
200
- message: str
201
- """
202
- Message generated by the consistency check describing the problem.
203
- """
204
-
205
-
206
135
  class FlavorSchema(BaseModel):
207
136
  executableId: Optional[str] = None
208
137
  """
@@ -228,7 +157,6 @@ class FlavorSchema(BaseModel):
228
157
  entity slug
229
158
  """
230
159
  systemName: Optional[str] = None
231
- consistencyChecks: Optional[List[ConsistencyCheck28]] = None
232
160
  schemaVersion: Optional[str] = "2022.8.16"
233
161
  """
234
162
  entity's schema version. Used to distinct between different schemas.
@@ -278,25 +206,6 @@ class Status(Enum):
278
206
  finished = "finished"
279
207
 
280
208
 
281
- class ConsistencyCheck29(BaseModel):
282
- key: str
283
- """
284
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
285
- """
286
- name: Name
287
- """
288
- Name of the consistency check that is performed, which is listed in an enum.
289
- """
290
- severity: Severity
291
- """
292
- Severity level of the problem, which is used in UI to differentiate.
293
- """
294
- message: str
295
- """
296
- Message generated by the consistency check describing the problem.
297
- """
298
-
299
-
300
209
  class StatusTrackItem(BaseModel):
301
210
  trackedAt: float
302
211
  status: str
@@ -358,7 +267,6 @@ class ExecutionUnitSchemaForPhysicsBasedSimulationEnginesDefinedUsingEspressoAsE
358
267
  entity slug
359
268
  """
360
269
  systemName: Optional[str] = None
361
- consistencyChecks: Optional[List[ConsistencyCheck29]] = None
362
270
  schemaVersion: Optional[str] = "2022.8.16"
363
271
  """
364
272
  entity's schema version. Used to distinct between different schemas.
@@ -5,7 +5,7 @@
5
5
  from __future__ import annotations
6
6
 
7
7
  from enum import Enum
8
- from typing import List, Optional
8
+ from typing import Optional
9
9
 
10
10
  from pydantic import BaseModel, ConfigDict, Field
11
11
 
@@ -32,37 +32,6 @@ class Exec(Enum):
32
32
  vasp = "vasp"
33
33
 
34
34
 
35
- class Name232(Enum):
36
- default = "default"
37
- atomsTooClose = "atomsTooClose"
38
- atomsOverlap = "atomsOverlap"
39
-
40
-
41
- class Severity(Enum):
42
- info = "info"
43
- warning = "warning"
44
- error = "error"
45
-
46
-
47
- class ConsistencyCheck(BaseModel):
48
- key: str
49
- """
50
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
51
- """
52
- name: Name232
53
- """
54
- Name of the consistency check that is performed, which is listed in an enum.
55
- """
56
- severity: Severity
57
- """
58
- Severity level of the problem, which is used in UI to differentiate.
59
- """
60
- message: str
61
- """
62
- Message generated by the consistency check describing the problem.
63
- """
64
-
65
-
66
35
  class ViennaAbInitoSimulationPackage(BaseModel):
67
36
  model_config = ConfigDict(
68
37
  extra="allow",
@@ -106,7 +75,6 @@ class ViennaAbInitoSimulationPackage(BaseModel):
106
75
  entity slug
107
76
  """
108
77
  systemName: Optional[str] = None
109
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
110
78
  schemaVersion: Optional[str] = "2022.8.16"
111
79
  """
112
80
  entity's schema version. Used to distinct between different schemas.
@@ -5,7 +5,7 @@
5
5
  from __future__ import annotations
6
6
 
7
7
  from enum import Enum
8
- from typing import List, Optional
8
+ from typing import Optional
9
9
 
10
10
  from pydantic import BaseModel, ConfigDict, Field
11
11
 
@@ -30,37 +30,6 @@ class Exec(Enum):
30
30
  jupyter = "jupyter"
31
31
 
32
32
 
33
- class Name122(Enum):
34
- default = "default"
35
- atomsTooClose = "atomsTooClose"
36
- atomsOverlap = "atomsOverlap"
37
-
38
-
39
- class Severity(Enum):
40
- info = "info"
41
- warning = "warning"
42
- error = "error"
43
-
44
-
45
- class ConsistencyCheck(BaseModel):
46
- key: str
47
- """
48
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
49
- """
50
- name: Name122
51
- """
52
- Name of the consistency check that is performed, which is listed in an enum.
53
- """
54
- severity: Severity
55
- """
56
- Severity level of the problem, which is used in UI to differentiate.
57
- """
58
- message: str
59
- """
60
- Message generated by the consistency check describing the problem.
61
- """
62
-
63
-
64
33
  class JupyterLabApplicationSchema(BaseModel):
65
34
  model_config = ConfigDict(
66
35
  extra="allow",
@@ -104,7 +73,6 @@ class JupyterLabApplicationSchema(BaseModel):
104
73
  entity slug
105
74
  """
106
75
  systemName: Optional[str] = None
107
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
108
76
  schemaVersion: Optional[str] = "2022.8.16"
109
77
  """
110
78
  entity's schema version. Used to distinct between different schemas.
@@ -32,37 +32,6 @@ class Exec(Enum):
32
32
  python = "python"
33
33
 
34
34
 
35
- class Name158(Enum):
36
- default = "default"
37
- atomsTooClose = "atomsTooClose"
38
- atomsOverlap = "atomsOverlap"
39
-
40
-
41
- class Severity(Enum):
42
- info = "info"
43
- warning = "warning"
44
- error = "error"
45
-
46
-
47
- class ConsistencyCheck(BaseModel):
48
- key: str
49
- """
50
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
51
- """
52
- name: Name158
53
- """
54
- Name of the consistency check that is performed, which is listed in an enum.
55
- """
56
- severity: Severity
57
- """
58
- Severity level of the problem, which is used in UI to differentiate.
59
- """
60
- message: str
61
- """
62
- Message generated by the consistency check describing the problem.
63
- """
64
-
65
-
66
35
  class PythonProgramingLanguageSchema(BaseModel):
67
36
  model_config = ConfigDict(
68
37
  extra="allow",
@@ -118,7 +87,6 @@ class PythonProgramingLanguageSchema(BaseModel):
118
87
  entity slug
119
88
  """
120
89
  systemName: Optional[str] = None
121
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
122
90
  schemaVersion: Optional[str] = "2022.8.16"
123
91
  """
124
92
  entity's schema version. Used to distinct between different schemas.
@@ -5,7 +5,7 @@
5
5
  from __future__ import annotations
6
6
 
7
7
  from enum import Enum
8
- from typing import Any, Dict, List, Optional
8
+ from typing import Any, Dict, Optional
9
9
 
10
10
  from pydantic import BaseModel, ConfigDict, Field
11
11
 
@@ -36,37 +36,6 @@ class Exec(Enum):
36
36
  csh = "csh"
37
37
 
38
38
 
39
- class Name170(Enum):
40
- default = "default"
41
- atomsTooClose = "atomsTooClose"
42
- atomsOverlap = "atomsOverlap"
43
-
44
-
45
- class Severity(Enum):
46
- info = "info"
47
- warning = "warning"
48
- error = "error"
49
-
50
-
51
- class ConsistencyCheck(BaseModel):
52
- key: str
53
- """
54
- Key of the property of the entity on which the consistency check is performed in Mongo dot notation, e.g. 'basis.coordinates.1'
55
- """
56
- name: Name170
57
- """
58
- Name of the consistency check that is performed, which is listed in an enum.
59
- """
60
- severity: Severity
61
- """
62
- Severity level of the problem, which is used in UI to differentiate.
63
- """
64
- message: str
65
- """
66
- Message generated by the consistency check describing the problem.
67
- """
68
-
69
-
70
39
  class ShellScriptingLanguageSchema(BaseModel):
71
40
  model_config = ConfigDict(
72
41
  extra="allow",
@@ -118,7 +87,6 @@ class ShellScriptingLanguageSchema(BaseModel):
118
87
  entity slug
119
88
  """
120
89
  systemName: Optional[str] = None
121
- consistencyChecks: Optional[List[ConsistencyCheck]] = None
122
90
  schemaVersion: Optional[str] = "2022.8.16"
123
91
  """
124
92
  entity's schema version. Used to distinct between different schemas.