{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/fieldNameRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/fieldNameRow.schema.json",
  "title": "fieldNameRow",
  "description": "A row can be just a field name",
  "examples": ["candidate", "candidate.firstName"],
  "allOf": [
    { "$ref": "https://schemas.apps.smartmate.io/patterns/nestedIdentification.schema.json" }
  ]
}
