Open smoya opened 3 years ago
gojsonschema library doesn't expose it's schema properties. https://github.com/xeipuuv/gojsonschema/issues/15 asks for it but there was no PR ever. Considering making it happen.
https://github.com/santhosh-tekuri/jsonschema seems also a good alternative, an it has support for contentEncoding
, a thing https://github.com/xeipuuv/gojsonschema seems not.
This issue has been automatically marked as stale because it has not had recent activity :sleeping: It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation. Thank you for your contributions :heart:
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
Current implementation has some tradeoffs that make it not compatible with all possible Schemas.
Some, but probably not all issues are:
mapstructure
won't know how to decode.ItemsField
Please consider using https://github.com/xeipuuv/gojsonschema if possible as model (if it has one).