infopack-gen-object-parser
v0.0.7
Published
Parses object in repo an serves to pipeline
Downloads
3
Readme
Infopack Generator - File Parser
This generator implements the infopack schema
- Find all infopack schemas within the package
- Valid schemas are stored in the
validator
key - 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
validObjects
key - Only objects with the
_schema
property will be tested - Files that does not passed will be stored in the
invalidObjects
array - Files that does have the
_schema
property but does not have valid schema
- Valid objects are stored in an array at the