jsonSchemaNumber top-level constant

Map<String, Object> const jsonSchemaNumber

Implementation

const jsonSchemaNumber = {
  'id': 'anything in id',
  'type': 'switch_button_with_text_input',
  'label': 'label',
  'value': 'no',
  'required': false,
  'props': {'api': true, 'url': '', 'isExpandable': true, 'textSize': 14},
  'children': [
    {
      'id': 'input label id',
      'type': 'text',
      'label': 'input label',
      'value': '',
      'props': {'placeholder': 'input label hint'},
    },
  ],
};