# a row can be any of its types
- firstName
- middleName
- lastName
- myField:
    label: new field
- _group: summary
- _title: My Title
- _statement: My statement
- campo.relations:
    label: Otro label
- oneField:
    defaultValue: Otro label
- [firstName, middleName, lastName, {myField: {label: otro label}}, {nested.field: {label: otro label}}]
- myTableField:
    columns:
     - firstName
     - lastName:
         label: Last Name
- - identificationDocumentType:
      label: Otro label
- _html: |
    <p>This is valid HTML</p>
    <p>This is another paragraph</p>
