..... 'enum' => [ 0 => 'Both', 1 => 'Physical', 2 => 'Electronic', ], 'dataType' => 'integer', ..... that is work ! BUT .... 'enum' => [ 1 => 'Physical', 2 => 'Electronic', 0 => 'Both', ], 'dataType' => 'integer', ..... DOESN'T WORK