4f23872c3d5867b4

Created Jun 12, 20263 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
namestring
typestring
directionstring

JSON Schema

{
  "type": "object",
  "title": "Script",
  "required": [
    "name",
    "type",
    "direction"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the script (e.g. Latin, Cyrillic, Devanagari)"
    },
    "type": {
      "enum": [
        "alphabet",
        "abjad",
        "abugida",
        "logographic",
        "syllabary"
      ],
      "type": "string",
      "description": "Classification of the script"
    },
    "direction": {
      "enum": [
        "ltr",
        "rtl",
        "ttb"
      ],
      "type": "string",
      "description": "Primary writing direction"
    }
  },
  "description": "A writing system used by one or more languages."
}

Used by 1 collection

Full hash:4f23872c3d5867b4bc3156537ccc2cc316c3b71d123bc411fd3efe742d86aeb5

ID:6ad06f29-b057-4936-8f7a-7543212fd6b8