tian-json-schema-form

0.4.0 • Public • Published

tian-json-schema-form

Notes

  • Unsupport keyword 'enum' of json-schema because it can not define a title for each enum value. Use 'anyOf' instead. For example
{anyOf: [{const: 1, title: 'title1'}, {const: 2, title: 'title2'}]}
  • Return undefined if text input or number input is empty.

Readme

Keywords

none

Package Sidebar

Install

npm i tian-json-schema-form

Weekly Downloads

0

Version

0.4.0

License

none

Unpacked Size

384 kB

Total Files

13

Last publish

Collaborators

  • wangtianlin