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

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