{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/apps/items/table/table.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/apps/items/table/table.schema.json",
  "title": "table",
  "description": "Displays a table data",
  "allOf": [{
    "$ref": "https://schemas.apps.smartmate.io/apps/items/_base/base.schema.json"
  }, {
    "$ref": "https://schemas.apps.smartmate.io/apps/items/table/table.props.schema.json"
  }],
  "properties": {
    "title": {},
    "table": {
      "$ref": "https://schemas.apps.smartmate.io/patterns/identification.schema.json"
    },
    "columns": {},
    "sortBy": {},
    "userFilters": {},
    "actions": {},
    "fixedColumns": {},
    "items": {
      "type": "array",
      "items": {
        "$ref": "https://schemas.apps.smartmate.io/apps/items/table/table.props.schema.json"
      }
    },
    "filter": {},
    "hideIfEmpty": {}
  },
  "required": ["title","table"],
  "additionalProperties": false
}
