File tree 1 file changed +24
-24
lines changed
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 7
7
extra_imports :
8
8
-
9
9
properties :
10
- structuredMessage : string ?
10
+ structuredMessage : String ?
11
11
beneficiary :
12
12
required : true
13
- type : string
13
+ type : String
14
14
beneficiaryIBAN :
15
15
required : true
16
- type : string
16
+ type : String
17
17
test_Test :
18
18
required : true
19
- type : string
19
+ type : String
20
20
some_Thing :
21
21
required : true
22
- type : string
22
+ type : String
23
23
some_ThinG_huGE :
24
24
required : true
25
- type : string
25
+ type : String
26
26
securityRole :
27
- type : string ?
27
+ type : String ?
28
28
jsonKey : securityIndicator
29
29
mutableProperty :
30
- type : string ?
30
+ type : String ?
31
31
non_final : true
32
32
dateChange :
33
- type : datetime ?
33
+ type : DateTime ?
34
34
fields :
35
35
type : List<List<Testing>>?
36
36
simpleFields : List<Testing>
@@ -46,14 +46,14 @@ Testing:
46
46
properties :
47
47
isFavourite :
48
48
ignore : true
49
- type : string ?
49
+ type : String ?
50
50
structuredMessage :
51
- type : string ?
51
+ type : String ?
52
52
beneficiary :
53
53
required : true
54
- type : string
54
+ type : String
55
55
beneficiaryIBAN :
56
- type : string ?
56
+ type : String ?
57
57
dynamicField :
58
58
type : dynamic?
59
59
duration :
@@ -67,15 +67,15 @@ AdminProfileData:
67
67
properties :
68
68
privileges :
69
69
required : true
70
- type : string
70
+ type : String
71
71
72
72
UserProfileDataExtended :
73
73
path : user/profile
74
74
extends : UserProfileData
75
75
properties :
76
76
additionalField :
77
77
required : true
78
- type : string
78
+ type : String
79
79
80
80
UserProfileData :
81
81
path : user/profile
@@ -84,19 +84,19 @@ UserProfileData:
84
84
properties :
85
85
firstName :
86
86
required : true
87
- type : string
87
+ type : String
88
88
lastName :
89
89
required : true
90
- type : string
90
+ type : String
91
91
standardLanguage :
92
92
required : true
93
- type : string
93
+ type : String
94
94
mainAccountNumber :
95
95
required : true
96
- type : string
96
+ type : String
97
97
legalEmail :
98
98
required : true
99
- type : string
99
+ type : String
100
100
phones :
101
101
required : true
102
102
type : Testing
@@ -105,7 +105,7 @@ UserProfileData:
105
105
type : OGM
106
106
offTrack :
107
107
include_if_null : false
108
- type : List<string >?
108
+ type : List<String >?
109
109
onTrack :
110
110
include_if_null : true
111
111
type : List<OGM>?
@@ -120,7 +120,7 @@ Person:
120
120
properties :
121
121
firstName :
122
122
required : true
123
- type : string
123
+ type : String
124
124
gender :
125
125
required : true
126
126
unknown_enum_value : X
@@ -139,7 +139,7 @@ CustomBaseDirectoryObj:
139
139
path : article
140
140
properties :
141
141
name :
142
- type : string ?
142
+ type : String ?
143
143
144
144
NoCustomBaseDirectoryObj :
145
145
path : article
@@ -159,7 +159,7 @@ Project:
159
159
properties :
160
160
name :
161
161
required : true
162
- type : string
162
+ type : String
163
163
default_value : " 'test'"
164
164
cost :
165
165
type : double?
You can’t perform that action at this time.
0 commit comments