Clean code Add new command Import last modified and deleted date Replace arrow functions by lambda functions Add properties to class Add dependency to composer.json Signed-off-by: Vitor Mattos <vitor@php.rio> Turn private methods Add output messages and associate users to cards Signed-off-by: Vitor Mattos <vitor@php.rio>
20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"uidRelation": {
|
|
"type": "object"
|
|
},
|
|
"owner": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"color": {
|
|
"type": "string",
|
|
"required": true,
|
|
"pattern": "^[0-9a-fA-F]{6}$"
|
|
},
|
|
"translations": {
|
|
"type": "object"
|
|
}
|
|
}
|
|
} |