Open nickevansuk opened 7 years ago
Within "location" you have e.g. "VenueID": "73",.
"location"
"VenueID": "73",
This should be "identifier": 73, to conform with the specification (note the use of the identifier key, and the integer value - as it's an integer ID).
"identifier": 73,
identifier
Within
"location"
you have e.g."VenueID": "73",
.This should be
"identifier": 73,
to conform with the specification (note the use of theidentifier
key, and the integer value - as it's an integer ID).