{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-script.json",
  "title": "typography-script",
  "description": "The script of the text.",
  "type": "string",
  "enum": ["latin", "han", "arabic", "hebrew"],
  "default": "latin"
}
