{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/fieldsArrayRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/fieldsArrayRow.schema.json",
  "title": "fieldsArrayRow",
  "description": "A row can be an array of field names or field objects.",
  "type": "array",
  "items": {
    "anyOf": [
      { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/fieldNameRow.schema.json" },
      { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/fieldObjectRow.schema.json" },
      { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/parentReferenceRow.schema.json" },
      { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/parentFieldReferenceRow.schema.json" }
    ]
  },
  "minItems": 1
}
