{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/product.schema.json",
    "title": "Location",
    "type": "string",
    "pattern": "((.+?)[#\\.]?(.+?)(>|$))+"
  }