38 lines
778 B
JSON
38 lines
778 B
JSON
[
|
|
{
|
|
"value": "ktp",
|
|
"label": "KTP",
|
|
"placeholder": "Masukkan 14 Nomor NIK",
|
|
"regex": "regex:^\\d{14}$"
|
|
},
|
|
{
|
|
"value": "nip",
|
|
"label": "NIP",
|
|
"placeholder": "Masukkan Nomor NIP",
|
|
"regex": "regex:^\\d{10}$"
|
|
},
|
|
{
|
|
"value": "niptt",
|
|
"label": "NIPTT",
|
|
"placeholder": "Masukkan NIPTT",
|
|
"regex": "regex:^\\d{13}$"
|
|
},
|
|
{
|
|
"value": "sip",
|
|
"label": "SIP",
|
|
"placeholder": "Masukkan Nomor Surat Ijin Praktek",
|
|
"regex": "regex:^\\d{2}$"
|
|
},
|
|
{
|
|
"value": "jkn",
|
|
"label": "JKN",
|
|
"placeholder": "Masukkan Nomor Surat Ijin Praktek",
|
|
"regex": "regex:^\\d{10}$"
|
|
},
|
|
{
|
|
"value": "no_rm",
|
|
"label": "NO RM",
|
|
"placeholder": "Masukkan Nomor Surat Ijin Praktek",
|
|
"regex": "regex:^\\d{2}$"
|
|
}
|
|
] |