{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/patterns/parentReference.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/patterns/parentReference.schema.json",
  "type": "string",
  "title": "Parent Reference",
  "description": "Used to reference a parent table from a child table.",
  "pattern": "^_parent\\([a-zA-Z][a-zA-Z0-9]+\\.[a-zA-Z][a-zA-Z0-9]+\\)$",
  "minLength": 2,
  "examples": [
    "_parent(myParentTable.myTableField)",
    "_parent(myParentTable.anotherTableField)"
  ]
}
