This file contains hidden or 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
| swagger: "2.0" | |
| info: | |
| description: "This is a sample documentatio for de Color API." | |
| version: "1.0.0" | |
| title: "Swagger Color Management" | |
| contact: | |
| email: "[email protected]" | |
| license: | |
| name: "Apache 2.0" | |
| url: "http://www.apache.org/licenses/LICENSE-2.0.html" |
This file contains hidden or 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.3", | |
| "info": { | |
| "title": "Swagger Petstore - OpenAPI 3.0", | |
| "description": "This is a sample Pet Store Server based on the OpenAPI 3.0 specification. ", | |
| "version": "1.0.11" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://petstore3.swagger.io/api/v3" |
OlderNewer