0.0.7 • Published 6 years ago
infopack-gen-object-parser v0.0.7
Infopack Generator - File Parser
This generator implements the infopack schema
- Find all infopack schemas within the package
- Valid schemas are stored in the
validatorkey - A list of available schemas are stored in
availableSchemas
- Valid schemas are stored in the
- Test all json files against that schema
- Valid objects are stored in an array at the
validObjectskey - Only objects with the
_schemaproperty will be tested - Files that does not passed will be stored in the
invalidObjectsarray - Files that does have the
_schemaproperty but does not have valid schema
- Valid objects are stored in an array at the