@nqminds/cropdoc-schemas
v1.6.34
Published
Published schemas for the Cropdoc app
Downloads
88
Keywords
Readme
Cropdoc Schemas
The purpose of this library is to implement versioning into the data-schemas for the cropdoc project.
Schemas are separated into those that pertain to data imported into the system, located in the data folder, and those required for the operation of the system, located in the system folder.
Changing the schemas
If it is required to update the data schemas, make the changes inside the data-schemas-src
folder.
Once the changes have been made run the funtion:
npm run import-schemas
this will format the schemas such that the TDX can accept them in data-schemas
.