When validating a GBFS feed with the validate endpoint, if there is an error, the error message has the property instancePath included at the beginning of the string. This is not the expected behaviour, it should only be the message without the instancePath property
Current state
message = instancePath + message
Expected state
message = message
