Skip to content

Instantly share code, notes, and snippets.

View teliov's full-sized avatar
🎯
Focusing

teliov

🎯
Focusing
View GitHub Profile
@JamesMessinger
JamesMessinger / NewsArticle.yaml
Last active July 31, 2018 09:13
Example of using `allOf` to extend an object in a Swagger API
swagger: "2.0"
info:
version: "1.0.0"
title: minimal
description: News Articles ftw
paths:
/users:
get:
responses:
"200":