Open-Federation / json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on React.
https://hellosean1025.github.io/json-schema-visual-editor/
MIT License
997 stars 220 forks source link

加入外部引用和内部引用的功能 #50

Open cmdares opened 4 years ago

cmdares commented 4 years ago

针对规范的讲解中,有针对引用的要求。 https://www.jianshu.com/p/ddf23d33f8a1 查看2.3 和2.4 章节。 需求:比如全国区划编码有数千个枚举,如果应用提交的json中有好几个字段项均使用这个来进行验证,我们应该使用枚举的引用方式来设计schema。希望在后续版本能够加强这个功能,感谢! 同时需要注意引发问题的一些坑点: https://stackoverflow.com/questions/17595377/json-schema-regarding-use-of-ref http://www.itkeyword.com/doc/9494815983831951x835/json-schema-regarding-use-of-ref https://blog.csdn.net/zhangge3663/article/details/89213296

liuwei0514 commented 2 years ago

https://github.com/liuwei0514/json-schema-editor-visual 我增加了加载json schema内部的definition功能

hellosean1025 commented 2 years ago

@liuwei0514 可以考虑提个pr,我周末有空看看

liuwei0514 commented 2 years ago

@liuwei0514 可以考虑提个pr,我周末有空看看

改的太多~ 提不了 代码格式化貌似也不一致。 都有commit 要不你试试~~