File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -103,38 +103,38 @@ components:
103
103
schemas :
104
104
CreateContractModel :
105
105
required :
106
- - " property_id "
107
- - " seller_name "
108
- - " address "
106
+ - " PropertyId "
107
+ - " SellerName "
108
+ - " Address "
109
109
type : " object"
110
110
properties :
111
- property_id :
111
+ PropertyId :
112
112
type : " string"
113
- seller_name :
113
+ SellerName :
114
114
type : " string"
115
- address :
115
+ Address :
116
116
required :
117
- - " city "
118
- - " country "
119
- - " number "
120
- - " street "
117
+ - " City "
118
+ - " Country "
119
+ - " Number "
120
+ - " Street "
121
121
type : " object"
122
122
properties :
123
- country :
123
+ Country :
124
124
type : " string"
125
- city :
125
+ City :
126
126
type : " string"
127
- street :
127
+ Street :
128
128
type : " string"
129
- number :
129
+ Number :
130
130
type : " integer"
131
131
UpdateContractModel :
132
132
required :
133
- - " property_id "
133
+ - " PropertyId "
134
134
type : " object"
135
135
properties :
136
136
$ref : " #/components/schemas/CreateContractModel/properties"
137
- # property_id :
137
+ # PropertyId :
138
138
# type: "string"
139
139
Empty :
140
140
title : " Empty Schema"
You can’t perform that action at this time.
0 commit comments