blue.lance.camo

lance.blue

Documentation

Record containing a camo pattern for a lance.blue player

main record

Record containing a camo pattern for a lance.blue player

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this camo was originally created.

image blob Required

The camo image file (intended to be 84x72).

maxSize: 1.0 MB
name string Required

Display name for the camo.

maxLength: 640 bytesminLength: 1 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "image",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "minLength": 1,
        "description": "Display name for the camo.",
        "maxGraphemes": 64
      },
      "image": {
        "type": "blob",
        "accept": [
          "image/png"
        ],
        "maxSize": 1000000,
        "description": "The camo image file (intended to be 84x72)."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this camo was originally created."
      }
    }
  },
  "description": "Record containing a camo pattern for a lance.blue player"
}

Lexicon Garden

@