WIP: Implementierung von deleted Attribut #204

Draft
gelbeinhalb wants to merge 16 commits from bug/195-datenbank-onDelete-ueberpruefen into development
Showing only changes of commit b3b3def07a - Show all commits

View File

@@ -18,6 +18,9 @@
},
"description": {
"type": "string"
},
"deleted": {
"type": "boolean"
}
},
"additionalProperties": false,
@@ -25,7 +28,8 @@
"id",
"createdAt",
"name",
"description"
"description",
"deleted"
]
}
},
@@ -54,6 +58,9 @@
},
"icon": {
"type": "string"
},
"deleted": {
"type": "boolean"
}
},
"additionalProperties": false,
@@ -64,7 +71,8 @@
"ruleset",
"description",
"color",
"icon"
"icon",
"deleted"
]
}
},
@@ -90,6 +98,9 @@
"items": {
"type": "string"
}
},
"deleted": {
"type": "boolean"
}
},
"additionalProperties": false,
@@ -98,7 +109,8 @@
"name",
"createdAt",
"description",
"memberIds"
"memberIds",
"deleted"
]
}
},
@@ -168,6 +180,9 @@
},
"teams": {
"type": ["array", "null"]
},
"deleted": {
"type": "boolean"
}
},
"additionalProperties": false,
@@ -177,7 +192,8 @@
"createdAt",
"gameId",
"playerIds",
"notes"
"notes",
"deleted"
]
}
}