convention_builder 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # FarmOS Convention Schema Builder
2
+
3
+ This library is the main code component in our `farmos_convention_publisher` project.
4
+ It allows a user to create complex Farm data schemata using the FarmOs entities, which are already abstracted into JSON Schema files.
5
+ The objects that abstract this process have many added functionalities, such as the generation of rich react documentation, standalone schema validators and versioning.
6
+