Skip to content

Commit 72062d8

Browse files
lord-haffiCopilot
andauthored
Update docs/restrictions.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d4aece commit 72062d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/restrictions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)