JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5128
  • Score
    100M100P100Q110046F
  • License ISC

Package Exports

  • @qtk/schema

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@qtk/schema) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Schema

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

备注

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

致谢

感谢Magnus童鞋支持