User

Okyline · 2026-09-16 23:08
StudioFree Java libFree Documentation & AIFree
Okyline symbols reference
@
Required
Field must be present
?
Nullable
Value can be null
{ , }
String Length
Min and max characters
(...)
Value Constraint
Number ranges or enums
~ ~
Format
Regex or built-in format
[ , ]
Array Size
Min and max elements
#
Key Field
Unique identifier
!
Uniqueness
No duplicate objects
→
Item Constraint
For array elements
1{
2 "$title":"User",
3 "$oky": {
4 "name|@ {2,50}|Full name": "John Doe",
5 "employeeId|@ ~$EmployeeID~|Employee ID": "AD-00124",
6 "role|@ ($ROLES)|User role": "USER"
7 },
8 "$format": {
9 "EmployeeID": "^[A-Z]{2}-\\d{5}$"
10 },
11 "$nomenclature": {
12 "ROLES": "ADMIN,USER,GUEST"
13 }
14}