{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/parentFieldReferenceRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/parentFieldReferenceRow.schema.json",
  "title": "parentRow",
  "description": "A reference to a field of a parent table",
  "examples": ["_parent(parentTable.field).name"],
  "allOf": [
    { "$ref": "https://schemas.apps.smartmate.io/patterns/parentFieldReference.schema.json" }
  ]
}
