Company

Okyline · 2026-09-16 23:09
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": "Company",
3 "$oky": {
4 "identification| @|Company identification":{
5 "corporateName| @ {100}|Name of the company":"ACME",
6 "externalIdentifier| @ {5,12}|External identifier":"165987456",
7 "address|@ [1,5]|Address of the company":[
8 {
9 "type|@ ('REGISTRATION','BILLING','POSTAL')":"BILLING",
10 "street| {100}|Street":"144 avenue des marronniers",
11 "zipCode| {10}|Zip code":"99152",
12 "city|{100}|City":"Belleville",
13 "country|@ {50}":"France"
14 }
15 ]
16
17 },
18 "employees|(10..1000)|Number of employees":120,
19 "turnover|(>0)|Turnover in millions":35.5
20 }
21}