Replies: 1 comment 1 reply
|
json schema怎么表达,当type = 'image'时,payload结构为xxx;当type = 'text'是,payload结构为yyy,这种需求 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
使用 JSON Schema 描述 next-sheet 中的数据结构
JSON Schema 是一种描述数据结构的通用格式,我们用 JSON Schema 来描述 next-sheet 中的数据结构,
这样就可以使用 JSON Schema 的工具来验证数据的合法性,也可以使用工具来生成数据的模板。
相关工具
All reactions