add deleted to schema
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 43s
Pull Request Pipeline / lint (pull_request) Successful in 50s

This commit is contained in:
gelbeinhalb
2026-05-05 10:35:04 +02:00
parent 66e657235a
commit 421fe1a2bf

View File

@@ -18,6 +18,9 @@
}, },
"description": { "description": {
"type": "string" "type": "string"
},
"deleted": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@@ -54,6 +57,9 @@
}, },
"icon": { "icon": {
"type": "string" "type": "string"
},
"deleted": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@@ -90,6 +96,9 @@
"items": { "items": {
"type": "string" "type": "string"
} }
},
"deleted": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@@ -121,6 +130,9 @@
"items": { "items": {
"type": "string" "type": "string"
} }
},
"deleted": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@@ -195,6 +207,9 @@
}, },
"notes": { "notes": {
"type": "string" "type": "string"
},
"deleted": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,