add deleted to schema
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"deleted": {
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -25,7 +28,8 @@
|
|||||||
"id",
|
"id",
|
||||||
"createdAt",
|
"createdAt",
|
||||||
"name",
|
"name",
|
||||||
"description"
|
"description",
|
||||||
|
"deleted"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -54,6 +58,9 @@
|
|||||||
},
|
},
|
||||||
"icon": {
|
"icon": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"deleted": {
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -64,7 +71,8 @@
|
|||||||
"ruleset",
|
"ruleset",
|
||||||
"description",
|
"description",
|
||||||
"color",
|
"color",
|
||||||
"icon"
|
"icon",
|
||||||
|
"deleted"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -90,6 +98,9 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"deleted": {
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -98,7 +109,8 @@
|
|||||||
"name",
|
"name",
|
||||||
"createdAt",
|
"createdAt",
|
||||||
"description",
|
"description",
|
||||||
"memberIds"
|
"memberIds",
|
||||||
|
"deleted"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -168,6 +180,9 @@
|
|||||||
},
|
},
|
||||||
"teams": {
|
"teams": {
|
||||||
"type": ["array", "null"]
|
"type": ["array", "null"]
|
||||||
|
},
|
||||||
|
"deleted": {
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -177,7 +192,8 @@
|
|||||||
"createdAt",
|
"createdAt",
|
||||||
"gameId",
|
"gameId",
|
||||||
"playerIds",
|
"playerIds",
|
||||||
"notes"
|
"notes",
|
||||||
|
"deleted"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user