diff --git a/mxp-public-api-prod-oas30.json b/mxp-public-api-prod-oas30.json index acb6c3f..a476cb3 100644 --- a/mxp-public-api-prod-oas30.json +++ b/mxp-public-api-prod-oas30.json @@ -3,7 +3,7 @@ "info": { "title": "Public API", "description": "ICAD Sistemi Public API documentation", - "version": "1.0.13", + "version": "1.0.14", "contact": {} }, "servers": [ @@ -6099,6 +6099,39 @@ "application/json": { "schema": { "type": "array", + "x-examples": { + "Example 1": [ + { + "reference_date": "2023-12-31T00:00:00Z", + "fuelstation_name": "CUNEO", + "store_id": "IS317050", + "supplier_name": "DISCAR", + "tolerance": -292.02, + "is_tolerance_in_range": false, + "utf_tolerance": 0, + "product_id": 1, + "product_name": "Verde", + "initial_stock_quantity": 11452.66, + "load": 0, + "manual_load": 0, + "total_load": 11452.66, + "manual_drain": 0, + "shots_empty": 0, + "drain": 310.02, + "total_drain": 310.02, + "min": 1.55, + "max": 1.55, + "progressive_decrease": 9.11, + "decrease_percentage": 29.39, + "tolerance_check": 9.11, + "is_tolerance_check_in_range": false, + "is_decrease_percentage_in_range": false, + "predetermined_load_deficiencies": 0, + "first_level": 11753.79, + "last_level": 11434.66 + } + ] + }, "items": { "type": "object", "properties": { @@ -6108,8 +6141,11 @@ "fuelstation_name": { "type": "string" }, - "store_id": { - "type": "string" + "is_code": { + "type": "string", + "x-stoplight": { + "id": "jmg9n7ay8peo7" + } }, "supplier_name": { "type": "string" @@ -6184,39 +6220,6 @@ "type": "number" } } - }, - "x-examples": { - "Example 1": [ - { - "reference_date": "2023-12-31T00:00:00Z", - "fuelstation_name": "CUNEO", - "store_id": "IS317050", - "supplier_name": "DISCAR", - "tolerance": -292.02, - "is_tolerance_in_range": false, - "utf_tolerance": 0, - "product_id": 1, - "product_name": "Verde", - "initial_stock_quantity": 11452.66, - "load": 0, - "manual_load": 0, - "total_load": 11452.66, - "manual_drain": 0, - "shots_empty": 0, - "drain": 310.02, - "total_drain": 310.02, - "min": 1.55, - "max": 1.55, - "progressive_decrease": 9.11, - "decrease_percentage": 29.39, - "tolerance_check": 9.11, - "is_tolerance_check_in_range": false, - "is_decrease_percentage_in_range": false, - "predetermined_load_deficiencies": 0, - "first_level": 11753.79, - "last_level": 11434.66 - } - ] } }, "examples": {