From ff89020c3e103ce3f5c18dd4e7425fcd0cace51b Mon Sep 17 00:00:00 2001 From: Federico Giuntoli Date: Wed, 21 Jan 2026 16:29:25 +0100 Subject: [PATCH] Rename fields in openapi.json for consistency --- openapi.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/openapi.json b/openapi.json index d7a7d48..3012b12 100644 --- a/openapi.json +++ b/openapi.json @@ -418,7 +418,7 @@ { "title": "Bollo auto", "properties": { - "vehicleType": { + "pagopaVehicleType": { "type": "string", "enum": [ "car", @@ -427,14 +427,14 @@ ], "description": "Vehicle type" }, - "plate": { + "pagopaPlate": { "type": "string", "description": "plate" } }, "required": [ - "plate", - "VehicleType", + "pagopaPlate", + "pagopaVehicleType", "email" ] } @@ -1103,7 +1103,7 @@ { "title": "Bollo auto", "properties": { - "vehicleType": { + "pagopaVehicleType": { "type": "string", "enum": [ "car", @@ -1112,14 +1112,14 @@ ], "description": "Vehicle type" }, - "plate": { + "pagopaPlate": { "type": "string", "description": "plate" } }, "required": [ - "plate", - "VehicleType", + "pagopaPlate", + "pagopaVehicleType", "email" ] } @@ -3164,7 +3164,7 @@ "type": "boolean", "description": "If true, requests an instant transfer when available." }, - "bankIdentifier": { + "bank": { "type": "string", "description": "Bank identifier from /banks API" } @@ -3172,7 +3172,7 @@ "required": [ "instant", "iban", - "bankIdentifier" + "bank" ], "additionalProperties": false },