blue.atplane.favClient

atplane.blue

Documentation

A declaration of a favorite client.

main record

A declaration of a favorite client.

Record Key literal:self Fixed literal value

Properties

favClient string Required

Set to your favorite client.

maxLength: 32 bytes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "favClient"
    ],
    "properties": {
      "favClient": {
        "type": "string",
        "maxLength": 32,
        "description": "Set to your favorite client."
      }
    }
  },
  "description": "A declaration of a favorite client."
}

Lexicon Garden

@