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