GfSE / SpecIF

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

Provide element schemata #11

Closed odungern closed 2 years ago

odungern commented 5 years ago

The idea is to provide separate schemata for the SpecIF elements, such as 'dataType', 'resourceClass' or 'resource'. Separate schemata can be used by an API to check incoming data.

There are two alternatives:

odungern commented 4 years ago

.. .the partial element schemata could be used in the API definition, rather than appending separate schema definitions (@oalt ).

odungern commented 4 years ago

It has been decided not to pursue this goal for v1.0. While a segmented schema with references is preferrable in terms of redundancy avoidance (DRY principle), it is perhaps more difficult to handle, as the complete schema consists of multiple files.

odungern commented 2 years ago

moved to: https://github.com/GfSE/SpecIF-Schema/issues/2