GfSE / SpecIF

Specification Integration Facility - schema, constraint checker and examples
Apache License 2.0
15 stars 6 forks source link

Require node ids #27

Closed odungern closed 4 years ago

odungern commented 4 years ago

While it is not necessary to construct a working data set without node ids, the API needs it to offer operations to modify the hierarchy. Inserting a node needs a 'parent' (to create a lower level) or 'predecessor' (to insert at the same level), and the only unambiguous way to identify a node is by id (a resource may be referenced multiple times in a hierarchy). Thus we should require a node id with v1.0.

odungern commented 4 years ago

In Telco on 2020-01-29 approved.

odungern commented 4 years ago

Implemented in schema v1.0.0