@@ -25,31 +25,31 @@ class IssueID(Enum):
25
25
unspecified = 1
26
26
27
27
# Required attributes validations
28
- object_required_attributes = 110
29
- section_type_must_be_defined = 111
28
+ object_required_attributes = 101
29
+ section_type_must_be_defined = 102
30
30
31
31
# Unique id, name and type validations
32
- section_unique_ids = 120
33
- property_unique_ids = 121
34
- section_unique_name_type = 122
35
- property_unique_name = 123
32
+ section_unique_ids = 200
33
+ property_unique_ids = 201
34
+ section_unique_name_type = 202
35
+ property_unique_name = 203
36
36
37
37
# Good form validations
38
- object_name_readable = 130
38
+ object_name_readable = 300
39
39
40
40
# Property specific validations
41
- property_terminology_check = 140
42
- property_dependency_check = 141
43
- property_values_check = 142
44
- property_values_string_check = 143
41
+ property_terminology_check = 400
42
+ property_dependency_check = 401
43
+ property_values_check = 402
44
+ property_values_string_check = 403
45
45
46
46
# Cardinality validations
47
- section_properties_cardinality = 150
48
- section_sections_cardinality = 151
49
- property_values_cardinality = 152
47
+ section_properties_cardinality = 500
48
+ section_sections_cardinality = 501
49
+ property_values_cardinality = 502
50
50
51
51
# Optional validations
52
- section_repository_present = 160
52
+ section_repository_present = 600
53
53
54
54
55
55
class ValidationError (object ):
0 commit comments