Skip to content

Commit 99d7fc7

Browse files
committed
Fixed schema data type issue with water
1 parent b557f75 commit 99d7fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

independent-publisher-connectors/AMEE Open Business/apiDefinition.swagger.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,8 @@
587587
"title": "Status of Water Data ('modelled', 'updated', 'sourced' or 'no_data')"
588588
},
589589
"water_withdrawn_l": {
590-
"type": "string",
590+
"type": "integer",
591+
"format": "int32",
591592
"description": "water_withdrawn_l",
592593
"title": "Water Withdrawn"
593594
},

0 commit comments

Comments
 (0)