Skip to content

Instantly share code, notes, and snippets.

View samuelsolis's full-sized avatar

Samuel samuelsolis

View GitHub Profile
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"
@samuelsolis
samuelsolis / openapi.json
Created March 17, 2023 12:27
openapi.json versión 3
{
"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"