f7cloud_client/apps/deck/lib/Service/Importer/fixtures/config-deckJson-schema.json
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

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