In this document, we provide a resource of JSON Schemas to be used for your project.
These schemas are provided for references and they don’t have to be used as provided and are only provided as a helper for your project.
product
{ "title": "Product", "type": "object", "properties": { "accessor": { "type": "string", "description": "hits accessor (typically leave empty)" } } }
Complete Layout Block:
0 Comments