Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...