Changes between Version 2 and Version 3 of DeveloperGuidelines/EdenMobile/DataFormats
- Timestamp:
- 08/21/19 08:40:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DeveloperGuidelines/EdenMobile/DataFormats
v2 v3 32 32 validatorName: {parameters} <== general format: parameters for the validator must be passed as dict, all parameters are optional 33 33 "isIntInRange": {"min": 0, "max": 100}, <== example: mobile-specific validator (instant validation!) 34 "isNotEmpty": {} <== require field to be filled if visible 34 35 }, 35 36 "l10n": { <== localized strings for the field (label, comment)