cosmodog-model-factory
v0.2.16
Published
A factory for json-schema validated data model.
Downloads
5
Maintainers
Readme
cosmodog-model-factory
cosmodog-model-factory is a factory for Data Model classes.
The driving motivation behind this project is to separate library properties from data properties, allow for configurable service integrations, and internalize enforcement of data constraints.
We achieve this by using Symbols as keys for object meta data, allow callback hooks and configurable RESTful conventions for service integrations, and dynamically build ES5 Property Definitions based on a given JSON-Schema.
A quick start guide can be found here