generated from pagopa/template-java-spring-microservice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PAGOPA-2341] Merge branch 'main' into PAGOPA-2341-dismissione-wisp-r…
…est-modificare-stati-re # Conflicts: # openapi/openapi.json # openapi/openapi_redirect.json # src/main/java/it/gov/pagopa/wispconverter/service/ReceiptService.java
- Loading branch information
Showing
12 changed files
with
1,035 additions
and
868 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,142 @@ | ||
{ | ||
"openapi" : "3.0.1", | ||
"info" : { | ||
"title" : "WISP-Converter-redirect", | ||
"version" : "0.4.25" | ||
"openapi": "3.0.1", | ||
"info": { | ||
"title": "WISP-Converter-redirect", | ||
"version": "0.4.27" | ||
}, | ||
"servers" : [ { | ||
"url" : "http://localhost", | ||
"description" : "Generated server url" | ||
} ], | ||
"tags" : [ { | ||
"description" : "Application info APIs", | ||
"name" : "Home" | ||
}, { | ||
"description" : "Conversion and redirection APIs", | ||
"name" : "Redirect" | ||
} ], | ||
"paths" : { | ||
"/info" : { | ||
"get" : { | ||
"operationId" : "healthCheck", | ||
"responses" : { | ||
"200" : { | ||
"content" : { | ||
"application/json" : { | ||
"schema" : { | ||
"$ref" : "#/components/schemas/AppInfoResponse" | ||
"servers": [ | ||
{ | ||
"url": "http://localhost", | ||
"description": "Generated server url" | ||
} | ||
], | ||
"tags": [ | ||
{ | ||
"description": "Application info APIs", | ||
"name": "Home" | ||
}, | ||
{ | ||
"description": "Conversion and redirection APIs", | ||
"name": "Redirect" | ||
} | ||
], | ||
"paths": { | ||
"/info": { | ||
"get": { | ||
"operationId": "healthCheck", | ||
"responses": { | ||
"200": { | ||
"content": { | ||
"application/json": { | ||
"schema": { | ||
"$ref": "#/components/schemas/AppInfoResponse" | ||
} | ||
} | ||
}, | ||
"description" : "OK.", | ||
"headers" : { | ||
"X-Request-Id" : { | ||
"description" : "This header identifies the call", | ||
"schema" : { | ||
"type" : "string" | ||
"description": "OK.", | ||
"headers": { | ||
"X-Request-Id": { | ||
"description": "This header identifies the call", | ||
"schema": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"security" : [ { | ||
"ApiKey" : [ ] | ||
} ], | ||
"summary" : "Return OK if application is started", | ||
"tags" : [ "Home" ] | ||
"security": [ | ||
{ | ||
"ApiKey": [] | ||
} | ||
], | ||
"summary": "Return OK if application is started", | ||
"tags": [ | ||
"Home" | ||
] | ||
}, | ||
"parameters" : [ { | ||
"description" : "This header identifies the call, if not passed it is self-generated. This ID is returned in the response.", | ||
"in" : "header", | ||
"name" : "X-Request-Id", | ||
"schema" : { | ||
"type" : "string" | ||
"parameters": [ | ||
{ | ||
"description": "This header identifies the call, if not passed it is self-generated. This ID is returned in the response.", | ||
"in": "header", | ||
"name": "X-Request-Id", | ||
"schema": { | ||
"type": "string" | ||
} | ||
} | ||
} ] | ||
] | ||
}, | ||
"/payments" : { | ||
"get" : { | ||
"operationId" : "redirect", | ||
"parameters" : [ { | ||
"example" : "identificativoIntermediarioPA_sessionId", | ||
"in" : "query", | ||
"name" : "idSession", | ||
"required" : true, | ||
"schema" : { | ||
"type" : "string" | ||
"/payments": { | ||
"get": { | ||
"operationId": "redirect", | ||
"parameters": [ | ||
{ | ||
"example": "identificativoIntermediarioPA_sessionId", | ||
"in": "query", | ||
"name": "idSession", | ||
"required": true, | ||
"schema": { | ||
"type": "string" | ||
} | ||
} | ||
} ], | ||
"responses" : { | ||
"302" : { | ||
"description" : "Redirect to Checkout service.", | ||
"headers" : { | ||
"X-Request-Id" : { | ||
"description" : "This header identifies the call", | ||
"schema" : { | ||
"type" : "string" | ||
], | ||
"responses": { | ||
"302": { | ||
"description": "Redirect to Checkout service.", | ||
"headers": { | ||
"X-Request-Id": { | ||
"description": "This header identifies the call", | ||
"schema": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"security" : [ { | ||
"ApiKey" : [ ] | ||
} ], | ||
"tags" : [ "Redirect" ] | ||
"security": [ | ||
{ | ||
"ApiKey": [] | ||
} | ||
], | ||
"tags": [ | ||
"Redirect" | ||
] | ||
}, | ||
"parameters" : [ { | ||
"description" : "This header identifies the call, if not passed it is self-generated. This ID is returned in the response.", | ||
"in" : "header", | ||
"name" : "X-Request-Id", | ||
"schema" : { | ||
"type" : "string" | ||
"parameters": [ | ||
{ | ||
"description": "This header identifies the call, if not passed it is self-generated. This ID is returned in the response.", | ||
"in": "header", | ||
"name": "X-Request-Id", | ||
"schema": { | ||
"type": "string" | ||
} | ||
} | ||
} ] | ||
] | ||
} | ||
}, | ||
"components" : { | ||
"schemas" : { | ||
"AppInfoResponse" : { | ||
"type" : "object", | ||
"properties" : { | ||
"environment" : { | ||
"type" : "string" | ||
"components": { | ||
"schemas": { | ||
"AppInfoResponse": { | ||
"type": "object", | ||
"properties": { | ||
"environment": { | ||
"type": "string" | ||
}, | ||
"name" : { | ||
"type" : "string" | ||
"name": { | ||
"type": "string" | ||
}, | ||
"version" : { | ||
"type" : "string" | ||
"version": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
}, | ||
"securitySchemes" : { | ||
"ApiKey" : { | ||
"description" : "The API key to access this function app.", | ||
"in" : "header", | ||
"name" : "Ocp-Apim-Subscription-Key", | ||
"type" : "apiKey" | ||
"securitySchemes": { | ||
"ApiKey": { | ||
"description": "The API key to access this function app.", | ||
"in": "header", | ||
"name": "Ocp-Apim-Subscription-Key", | ||
"type": "apiKey" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.