{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/row.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/row.schema.json",
  "title": "row",
  "description": "A row to be displayed in a form.",
  "anyOf": [
    { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/fieldNameRow.schema.json"},
    { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/titleRow.schema.json"},
    { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/statementRow.schema.json"},
    { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/groupRow.schema.json"},
    { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/htmlRow.schema.json"},
    { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/fieldObjectRow.schema.json"},
    { "$ref": "https://schemas.apps.smartmate.io/forms/rows/types/fieldsArrayRow.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"}
  ]
}
