Skip to content

Commit 7e8a1fb

Browse files
author
Jens Kürten
committed
update schema
1 parent 6b33763 commit 7e8a1fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

json_schemas/request.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88
"title": "Object Type",
99
"type": "string"
1010
},
11+
"cdb_object_id": {
12+
"anyOf": [
13+
{
14+
"type": "string"
15+
},
16+
{
17+
"type": "null"
18+
}
19+
],
20+
"default": null,
21+
"description": "Object ID",
22+
"title": "Cdb Object Id"
23+
},
1124
"baugruppe": {
1225
"anyOf": [
1326
{

0 commit comments

Comments
 (0)