{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/tableField/tableField.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/tableField/tableField.schema.json",
  "title": "table field",
  "description": "Allows to connect another table into this table. See :ref:`table field <table-field>` documentation for more information.",
  "allOf": [
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.schema.json"},
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/tableField/tableField.props.schema.json"}
  ],
  "required": ["type", "label", "table"]
}
