static Map<String, List<Map<String, dynamic>>> get numberSchema => const { 'anyOf': [ { 'type': 'string', }, { 'type': 'number', }, ], };