是否有一种标准方法可以以 JSON 格式描述数据(类似于 SOAP 的 WSDL 文件)?
基本上,我想说很少有字段除了“字符串”和“整数”之外还有额外的限制。例如,字段“用户名”是 32 个字符或更少,“年龄”必须是大于 21 的整数等。
是否有某种标准方法可以指定这一点,而无需 WSDL 文件的巨大开销,最好由 ruby gem 支持某种?
Basically, I want to be able to say that few fields have extra restrictions beyond "string" and "integer". For example, field "user name" is 32 characters or less, "age" must be an integer greater than 21, etc.
Is there some standard way to specify this without the huge overhead of a WSDL file, preferably supported by a ruby gem of some sort?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 jsonschema gem
https://github.com/Constellation/ruby-jsonchema
更多信息http://json-schema.org/
There's the jsonschema gem
https://github.com/Constellation/ruby-jsonchema
more info http://json-schema.org/