Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 377 Bytes

schema.md

File metadata and controls

20 lines (15 loc) · 377 Bytes

Schema

Schem of a data model is an array of items which each of them has the following fields:

  • name: A string which is the name of the property
  • type
  • unit
  • title: A string which could be used to show to a user
  • description
  • editable
  • visible
  • priority
  • defaultValue
  • validators: An array of predefined validators

Unit

Validators

example