Dropbox · Schema

SubFormFieldsPerDocumentFontEnum

Documents
View JSON Schema on GitHub

JSON Schema

dropbox-subformfieldsperdocumentfontenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubFormFieldsPerDocumentFontEnum",
  "title": "SubFormFieldsPerDocumentFontEnum",
  "type": "string",
  "enum": [
    "helvetica",
    "arial",
    "courier",
    "calibri",
    "cambria",
    "georgia",
    "times",
    "trebuchet",
    "verdana",
    "roboto",
    "robotoMono",
    "notoSans",
    "notoSerif",
    "notoCJK-JP-Regular",
    "notoHebrew-Regular",
    "notoSanThaiMerged"
  ]
}