KitFieldhouse commented on issue #531: URL: https://github.com/apache/avro-rs/issues/531#issuecomment-4201225227
Yep, thanks for reminding me of that issue! Someone correct me if I am wrong, but I believe the difference here is the location of "type". In this case we are looking at "type" in the root of a JSON schema instead of a record field JSON object. In addition, whereas "type" in a record field has to be a valid JSON schema object, I am arguing that the "type" field in a JSON schema object has to be a string, and can not be a JSON schema object. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
