...
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
Code Block | ||
---|---|---|
| ||
{ "title": "Product", "type": "object", "properties": { "accessor": { "type": "string", "description": "hits accessor (typically leave empty)" } } } |
...