Company

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