如何验证模式中的定义?

时间:2014-11-21 11:26:30

标签: json node.js jsonschema json-schema-validator

我希望有一个包含许多定义的模式文件。

然后我想根据该架构中的不同定义来验证消息。

有没有办法用JSON Schema做到这一点?

我尝试使用两个NodeJS验证器来查看最佳效果: https://github.com/geraintluff/tv4https://github.com/tdegrunt/jsonschema

道歉,如果这在逻辑上不可行 - 我是JSON Schema的新手。

交叉发布到https://github.com/geraintluff/tv4/issues/170https://github.com/tdegrunt/jsonschema/issues/94

1 个答案:

答案 0 :(得分:0)

我在API部分找到了我需要的东西。

tv4.addSchema()tv4.getSchema(...#subschema_id')