{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/relationship/relationship.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/relationship/relationship.schema.json",
  "title": "relationship",
  "description": "Allows to reference a record of another table. See :ref:`relationship field <relationship-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/relationship/relationship.props.schema.json"}
  ],
  "required": ["type", "label", "table"]
}
