Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
{
"title": "Bollo auto",
"properties": {
"vehicleType": {
"pagopaVehicleType": {
"type": "string",
"enum": [
"car",
Expand All @@ -427,14 +427,14 @@
],
"description": "Vehicle type"
},
"plate": {
"pagopaPlate": {
"type": "string",
"description": "plate"
}
},
"required": [
"plate",
"VehicleType",
"pagopaPlate",
"pagopaVehicleType",
"email"
]
}
Expand Down Expand Up @@ -1103,7 +1103,7 @@
{
"title": "Bollo auto",
"properties": {
"vehicleType": {
"pagopaVehicleType": {
"type": "string",
"enum": [
"car",
Expand All @@ -1112,14 +1112,14 @@
],
"description": "Vehicle type"
},
"plate": {
"pagopaPlate": {
"type": "string",
"description": "plate"
}
},
"required": [
"plate",
"VehicleType",
"pagopaPlate",
"pagopaVehicleType",
"email"
]
}
Expand Down Expand Up @@ -3164,15 +3164,15 @@
"type": "boolean",
"description": "If true, requests an instant transfer when available."
},
"bankIdentifier": {
"bank": {
"type": "string",
"description": "Bank identifier from /banks API"
}
},
"required": [
"instant",
"iban",
"bankIdentifier"
"bank"
],
"additionalProperties": false
},
Expand Down