没有合适的资源?快使用搜索试试~ 我知道了~
ex_json_schema:Elixir JSON架构验证器
共60个文件
ex:41个
exs:12个
json:2个
需积分: 5 0 下载量 31 浏览量
2021-05-08
21:23:01
上传
评论
收藏 49KB ZIP 举报
温馨提示
Elixir JSON架构验证器 一个JSON Schema验证器,支持草稿4,草稿6和草稿7规范以及零依赖关系。 通过官方的 。 安装 将项目添加到mix.exs的Mix依赖项中: defp deps do [ { :ex_json_schema , " ~> 0.8.0-rc1 " } ] end 使用以下命令更新您的依赖项: $ mix deps.get 加载远程模式 如果您需要在运行时获取远程模式,则必须注册一个接受URL并返回已解析JSON的Map的函数。 因此,在config/config.exs中的Mix配置中,您应该具有以下内容: config :ex_json_schema , :remote_schema_resolver , fn url -> HTTPoison . get! (url).body |> Poison . decod
资源推荐
资源详情
资源评论
收起资源包目录
ex_json_schema-master.zip (60个子文件)
ex_json_schema-master
.gitignore 658B
mix.exs 2KB
.travis.yml 842B
.formatter.exs 74B
LICENSE 1KB
.gitmodules 147B
README.md 6KB
config
test.exs 320B
config.exs 1KB
dev.exs 15B
lib
ex_json_schema.ex 193B
ex_json_schema
schema
root.ex 596B
draft6.ex 4KB
draft4.ex 4KB
draft7.ex 5KB
validator
exclusive_maximum.ex 979B
format.ex 20KB
dependencies.ex 1KB
min_length.ex 690B
unique_items.ex 964B
multiple_of.ex 955B
items.ex 2KB
min_properties.ex 702B
error.ex 2KB
ref.ex 736B
max_items.ex 673B
pattern.ex 692B
all_of.ex 1KB
contains.ex 1KB
properties.ex 3KB
exclusive_minimum.ex 1KB
min_items.ex 673B
max_properties.ex 702B
one_of.ex 1KB
property_names.ex 975B
maximum.ex 932B
required.ex 904B
minimum.ex 932B
type.ex 2KB
not.ex 615B
error
string_formatter.ex 7KB
enum.ex 843B
content_encoding_content_media_type.ex 1KB
if_then_else.ex 2KB
any_of.ex 1KB
const.ex 733B
max_length.ex 690B
validator.ex 6KB
schema.ex 13KB
test
json_schema_draft4_test_suite_test.exs 1KB
json_schema_draft6_test_suite_test.exs 1KB
support
test_helpers.ex 309B
test_suite_template.ex 2KB
schemata
subschema.json 78B
subsubschema.json 41B
test_helper.exs 345B
JSON-Schema-Test-Suite
ex_json_schema
schema_test.exs 5KB
validator_test.exs 24KB
config_test.exs 1KB
json_schema_draft7_test_suite_test.exs 1KB
共 60 条
- 1
资源评论
缪建明
- 粉丝: 50
- 资源: 4685
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功