Skip to content

Instantly share code, notes, and snippets.

View vrialland's full-sized avatar

Vincent Rialland vrialland

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: