static final schema = EnumSchema( values: LayoutPosition.values.map((e) => e.name.snakeCase).toList(), );