{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/forms/rows/types/fieldObjectRow.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/forms/rows/types/fieldObjectRow.schema.json",
  "title": "fieldObjectRow",
  "description": "A row can be an object. The object key is the field name. The object properties are the properties to override.",
  "type": "object",
  "propertyNames": {
    "$ref": "https://schemas.apps.smartmate.io/patterns/nestedIdentification.schema.json"
  },
  "patternProperties": {
    "": {
      "$ref": "https://schemas.apps.smartmate.io/fields/field.props.schema.json"
    }
  },
  "maxProperties": 1,
  "minProperties": 1
}
