Skip to content

Commit

Permalink
Changed parameter schema number
Browse files Browse the repository at this point in the history
Number under parameter should be a string, not a number.
  • Loading branch information
SmithRWORNL committed Feb 15, 2024
1 parent 93712c4 commit 5ac4fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/parameter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"properties": {
"@id": { "type": "string" },
"@type": { "type": "string" },
"number": { "type": "number" },
"number": { "type": "string" },
"unit": { "type": "string" }
}
}
Expand Down

0 comments on commit 5ac4fa7

Please sign in to comment.