Skip to content

Commit

Permalink
Fix type for newly nullable field
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjmchattie committed May 20, 2024
1 parent b809ca8 commit 949b3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/create-labware/1-create-labware.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"doc": "Unique id to identify the sample inside Sanger lims"
},
{
"name": "location", "type": ["null", "int"], "default": null,
"name": "location", "type": ["null", "string"], "default": null,
"doc": "The location for the sample inside the labware, or null if location is not relevant in labware (Eg: tube)."
},
{
Expand Down

0 comments on commit 949b3e5

Please sign in to comment.