Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A domain schema always starts with a root entity that is referred to via a 1:1 body relation in the REST service. The root entity itself is not included in the JSON (or XML?) message; it is purely used as a starting point and only available in an XML-message (2). For every attribute/relation you can select a name (3), what data type (4) it is, if it is required (5) to be part of the message, is it can be null (6), if it is multivalued (7), if it can be null, add a validation (9), and any additional documentation (8) that will be part of the OpenAPI feed.

...