Skip to content

Commit

Permalink
gotta do things the proper way I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Nov 21, 2023
1 parent 5f05a12 commit af99121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared-data/command/schemas/8.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,13 @@
},
"AllNozzleLayoutConfiguration": {
"title": "AllNozzleLayoutConfiguration",
"description": "Empty basemodel to represent a reset to the nozzle configuration. Sending no parameters resets to default.",
"description": "All basemodel to represent a reset to the nozzle configuration. Sending no parameters resets to default.",
"type": "object",
"properties": {
"style": {
"title": "Style",
"default": "EMPTY",
"enum": ["EMPTY"],
"default": "ALL",
"enum": ["ALL"],
"type": "string"
}
}
Expand Down

0 comments on commit af99121

Please sign in to comment.