Skip to content

Instantly share code, notes, and snippets.

View ma-pe's full-sized avatar
🐢
Steadily moving forward

Malte Peters ma-pe

🐢
Steadily moving forward
View GitHub Profile
@ma-pe
ma-pe / open_api_spec_with_deprecation.json
Last active October 25, 2022 15:29
Basic Open Api Spec related to Bug-Ticket
{
"openapi": "3.0.1",
"info": {
"title": "Example Open Api Spec",
"description": "Example Open API Spec with Deprecation on schema property level",
"version": "1.0.32"
},
"paths": {
"/v1/products/{productId}": {
"get": {