fix doc
Showing
2 changed files
with
11 additions
and
0 deletions
... | @@ -174,6 +174,12 @@ definitions: | ... | @@ -174,6 +174,12 @@ definitions: |
174 | CMS: | 174 | CMS: |
175 | type: object | 175 | type: object |
176 | required: | 176 | required: |
177 | - content | ||
178 | properties: | ||
179 | content: | ||
180 | description: content | ||
181 | type: object | ||
182 | required: | ||
177 | - financeCompany | 183 | - financeCompany |
178 | - contractNo | 184 | - contractNo |
179 | - status | 185 | - status | ... | ... |
... | @@ -152,6 +152,11 @@ applicantInformation: | ... | @@ -152,6 +152,11 @@ applicantInformation: |
152 | 152 | ||
153 | CMS: | 153 | CMS: |
154 | type: object | 154 | type: object |
155 | required: [content] | ||
156 | properties: | ||
157 | content: | ||
158 | description: content | ||
159 | type: object | ||
155 | required: [financeCompany, contractNo, status, branch, fpCampaign, applicationVersion, submissionDate, mortgageType, dealerRegion, insuranceRealNameCity, totalFinanceAmount, terms, dealerName, tier, province, fapiaoIssuerDealer, customerName, customerIdNo, vehicleStatus, applicationSource, contractSource, applicationRating, applicantInformation, autoApprovedDetails, financialInformation, paymentSchedule, associatedServices, vehicleInformation, bankAccountDetails, insuranceDetails, corporateFinancialInformation, settlemnetVerification] | 160 | required: [financeCompany, contractNo, status, branch, fpCampaign, applicationVersion, submissionDate, mortgageType, dealerRegion, insuranceRealNameCity, totalFinanceAmount, terms, dealerName, tier, province, fapiaoIssuerDealer, customerName, customerIdNo, vehicleStatus, applicationSource, contractSource, applicationRating, applicantInformation, autoApprovedDetails, financialInformation, paymentSchedule, associatedServices, vehicleInformation, bankAccountDetails, insuranceDetails, corporateFinancialInformation, settlemnetVerification] |
156 | properties: | 161 | properties: |
157 | financeCompany: | 162 | financeCompany: | ... | ... |
-
Please register or sign in to post a comment