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."
}