new endpoints for creating, deleting, fetching json schemas
POST /json_schema/:type/:name
GET /json_schema/:id
GET /json_schema/:type/:name/:version
GET /json_schema/:type/:name/latest
DELETE /json_schema/:id and /json_schema/:type/:name/:version (not /latest)
changes to /json_schema/hardware_product/specification and individual hardware_product.specification fields are cross-checked against each other
new json_schema database table
new endpoints for creating, deleting, fetching json schemas POST /json_schema/:type/:name GET /json_schema/:id GET /json_schema/:type/:name/:version GET /json_schema/:type/:name/latest DELETE /json_schema/:id and /json_schema/:type/:name/:version (not /latest)
changes to /json_schema/hardware_product/specification and individual hardware_product.specification fields are cross-checked against each other