StatusΒΆ

An Status describes a script revision color.

{
  "color": "blue",
  "round" : 1,
  "updated" : "2004-02-12T15:19:21+00:00",
  "meta" : {
    "property": "value"
  }
}
Property Description Type Required
color Color code of the revision (see note) string Yes
round Which round of revisions the work is on. int Yes
meta Arbitrary Meta object of custom properties. object No
updated ISO 8601 timezone date the revision was last updated. string Yes

Industry standard revision colors:

  • white
  • blue
  • pink
  • yellow
  • green
  • goldenrod
  • buff
  • salmon
  • cherry