Skip to content

Commit

Permalink
IS-9366 - fix label on tanck resource from store_id to iscode
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanpierreMiccoli17 committed Oct 25, 2024
1 parent bbf92fe commit a84bbe5
Showing 1 changed file with 39 additions and 36 deletions.
75 changes: 39 additions & 36 deletions mxp-public-api-prod-oas30.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Public API",
"description": "ICAD Sistemi Public API documentation",
"version": "1.0.13",
"version": "1.0.14",
"contact": {}
},
"servers": [
Expand Down Expand Up @@ -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": {
Expand All @@ -6108,8 +6141,11 @@
"fuelstation_name": {
"type": "string"
},
"store_id": {
"type": "string"
"is_code": {
"type": "string",
"x-stoplight": {
"id": "jmg9n7ay8peo7"
}
},
"supplier_name": {
"type": "string"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit a84bbe5

Please sign in to comment.