Skip to content

Commit

Permalink
Make group id a string (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosorast committed Aug 27, 2018
1 parent edc0a61 commit 02b76a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_harvest/schemas/external_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": ["null", "integer"]
},
"group_id": {
"type": ["null", "integer"]
"type": ["null", "string"]
},
"permalink": {
"type": ["null", "string"]
Expand Down

0 comments on commit 02b76a8

Please sign in to comment.