{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
  "title": "Multiplier",
  "description": "A float used to multiply a value by a given amount. Also used as a line-height multiplier.",
  "type": "object",
  "allOf": [
    {
      "$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
    }
  ],
  "properties": {
    "$schema": {
      "const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json"
    },
    "value": {
      "type": "number",
      "pattern": "^(?:\\d+\\.?\\d*)|(?:\\.?\\d+)$"
    },
    "component": {},
    "private": {},
    "deprecated": {},
    "deprecated_comment": {},
    "uuid": {}
  }
}
