Skip to content
Snippets Groups Projects
Commit 33ae1c32 authored by David Trattnig's avatar David Trattnig
Browse files

refact: update steering model

parent e87878d1
No related branches found
No related tags found
1 merge request!22CamelCase API
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
"scheduleId": { "scheduleId": {
"type": "integer" "type": "integer"
}, },
"isRepetition": { "repetitionOfId": {
"type": "boolean", "type": "integer",
"nullable": true "nullable": true
}, },
"playlistId": { "playlistId": {
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"type": "string", "type": "string",
"nullable": true "nullable": true
}, },
"showMusicfocus": { "showMusicFocus": {
"type": "string", "type": "string",
"nullable": true "nullable": true
}, },
...@@ -73,15 +73,7 @@ ...@@ -73,15 +73,7 @@
"type": "string", "type": "string",
"nullable": true "nullable": true
}, },
"showFundingcategory": { "showFundingCategory": {
"type": "string",
"nullable": true
},
"memo": {
"type": "string",
"nullable": true
},
"className": {
"type": "string", "type": "string",
"nullable": true "nullable": true
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment