File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ such that it can be implemented in most programming languages.
88
99* The data model is generally not object oriented. The reference implementation (BO4E-Python) uses inheritance
1010 to save some code but the generated JSON schemas do not contain any information about inheritance as it is not
11- supported by the official JSON schema structure. As a result, ...
11+ supported by the official JSON schema structure. As a result, the following constraints apply:
1212
13- * ... you can only differentiate BOs and COMs by using the enums `BoTyp ` and `ComTyp `. They are not directly
13+ * You can only differentiate BOs and COMs by using the enums `BoTyp ` and `ComTyp `. They are not directly
1414 referenced from the data model but are rolled out to support developers if they need to differentiate the
1515 types.
16- * ... there will be some redundancy in terms of field definitions.
16+ * There will be some redundancy in terms of field definitions.
1717
1818* In general, BOs won't be referenced by COMs but it's not prohibited. In fact, there are some cases in which a COM
1919 references a BO. Keep that in mind when designing a package structure e.g. to prevent circular import errors.
You can’t perform that action at this time.
0 commit comments