{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/user/user.props.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/user/user.props.schema.json",
  "title": "user props",
  "allOf": [{"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.props.schema.json"}],
  "properties": {
    "type": {
      "$id": "#/properties/type",
      "type": "string",
      "enum": ["user"]
    },
    "label": {},
    "description": {},
    "required": {},
    "readOnly": {},
    "hidden": {},
    "validations": {},
    "filter": {
      "$ref": "https://schemas.apps.smartmate.io/tables/filter/filter.schema.json"
    }
  },
  "additionalProperties": false
}
