Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我在 JSON 中定义了一个数据模型。是否可以将一段模式定义内联到此 JSON 文档中以验证其中的某些子元素?
编辑:
我发现如何告诉 JSON 模式验证器从属性值中选择模式?解决了我的问题。