18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"uidRelation": {
|
|
"type": "object",
|
|
"comment": "Relationship between Trello and F7cloud usernames",
|
|
"example": {
|
|
"johndoe": "admin"
|
|
}
|
|
},
|
|
"owner": {
|
|
"type": "string",
|
|
"required": true,
|
|
"comment": "F7cloud owner username"
|
|
}
|
|
}
|
|
}
|