Error validation json request with property called default

Issue #387 new
Former user created an issue

Hi, i have a problem with a swagger that contain a property calles "default" During the validation i have this error: Object has missing required properties (["default"])

This is the request:

{"tipoPraticaPerVenditaCarta":"CON_NUOVA_POSIZIONE","cliente":{"dipendente":false,"estrattoConto":{"intestazione":"","recapitoPostale":{"nazione":"","provincia":"","localita":"","cap":"","indirizzo":"","riferimentoPerConsegna":""},"codiceUifNazione":"086","codiceCatastale":""}},"carta":{"famigliaProdottoCarta":"ì","famigliaCondizioniCarta":"","circuitoUtilizzabile":"VISA_O_MASTERCARD","massimali":{"minimo":800,"massimo":3000,"default":800,"limiteObbligoLineaDiCredito":800},"canone":{"tipoCanone":"FISSO","canoneTotale":50,"quotaCanoneClienteIniziale":50,"quotaCanoneBancaIniziale":0},"codicePersonalizzazioneNexi":""}}, 

it's possible that a property didn't call with name "default" because is a keyword of swagger?

Comments (1)

  1. Log in to comment