Skip to content

Commit

Permalink
add tipType property as required
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Sep 17, 2024
1 parent ea481a4 commit e914bbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shared-data/liquid-class/schemas/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,12 @@
"$ref": "#/definitions/multiDispenseParams"
}
},
"required": ["aspirate", "singleDispense", "multiDispense"]
"required": [
"tipType",
"aspirate",
"singleDispense",
"multiDispense"
]
}
}
},
Expand Down

0 comments on commit e914bbc

Please sign in to comment.