| 1 | { |
| 2 | "$oky": { |
| 3 | "name|@ {2,50}|Full name": "John Doe", |
| 4 | "employeeId|@ ~$EmployeeID~|Employee ID": "AD-00124", |
| 5 | "role|@ ($ROLES)|User role": "USER" |
| 6 | }, |
| 7 | "$format": { |
| 8 | "EmployeeID": "^[A-Z]{2}-\\d{5}$" |
| 9 | }, |
| 10 | "$nomenclature": { |
| 11 | "ROLES": "ADMIN,USER,GUEST" |
| 12 | } |
| 13 | } |