blue.linkat.board

linkat.blue

Documentation

Record containing a cards of your profile.

main record

Record containing a cards of your profile.

Record Key literal:self Fixed literal value

Properties

cards array of ref #card Required

List of cards in the board.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "cards"
    ],
    "properties": {
      "cards": {
        "type": "array",
        "items": {
          "ref": "#card",
          "type": "ref"
        },
        "description": "List of cards in the board."
      }
    }
  },
  "description": "Record containing a cards of your profile."
}
card object

No description available.

Properties

emoji string Optional

Emoji of the card

text string Optional

Text of the card

url string Optional

URL of the card

View raw schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the card"
    },
    "text": {
      "type": "string",
      "description": "Text of the card"
    },
    "emoji": {
      "type": "string",
      "description": "Emoji of the card"
    }
  }
}

Lexicon Garden

@