Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@qtk/schema

vanchu00127ISC0.0.7

此库是基于semantic-schema,结合团队情况简单封装而成。用于对json数据进行校验.其语法跟semantic-schema库语法大部分相同,请移步【这里】了解语法。或者直接查看【测试用例】

json-schema, json, schema, object, semantic

readme

Schema

此库是基于semantic-schema,结合团队情况简单封装而成。用于对json数据进行校验.其语法跟semantic-schema库语法大部分相同,请移步【这里】了解语法。或者直接查看【测试用例】

备注

1.增加title关键字,用于对字段进行简洁描述,desc关键字用于详细描述 2.增加errorTip关键字,配合@qtk/schema-validator库实现schema校验失败时自定义提示文案

致谢

感谢Magnus童鞋支持