Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

vUnique group ID.int
tName of group.string
dynamicIndicates if the group is dynamic (true) or static (false).bool
taskThe task code for which the group is defined. Example: TR, RV, PROOF.string
tasktThe task name such as "Translation", "Revision", etc.string

 

EXAMPLES

List of countries with 3 letter code and name.

Code Block
 [
  {
    "v": 10,
    "t": "Preferred Translators",
    "dynamic": false,
    "task": "TR",
    "taskt": "Translation"
  },
  {
    "v": 15,
    "t": "Preferred Revisers",
    "dynamic": true,
    "task": "RV",
    "taskt": "Revision"
  },
  ...
]