Skip to content

Instantly share code, notes, and snippets.

View kardolus's full-sized avatar
🔥
crushing it

Guillermo Kardolus kardolus

🔥
crushing it
View GitHub Profile
@vrialland
vrialland / vehicles_openapi3.yaml
Created February 16, 2018 15:19
Example OpenAPI 3 polymorphism
openapi: "3.0.0"
info:
version: 1.0.0
title: Vehicles
description: Polymorphism example
paths:
/vehicles:
get:
summary: List all vehicles
tags: