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
{ | |
"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": { |