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