mathiasbynens / small

Smallest possible syntactically valid files of different types
https://mathiasbynens.be/notes/minimal-html
1.93k stars 184 forks source link

Add smallest OpenAPI schema 3.0 as .yaml and .json #118

Closed maxpatiiuk closed 2 years ago

maxpatiiuk commented 3 years ago

Add smallest valid OpenAPI schema 3.0 files as .yaml and .json.

maxpatiiuk commented 3 years ago

Files are considered valid according to editor.swagger.io.

dscorbett commented 3 years ago

Some of the spaces in openapi.yaml can be deleted. The newlines at the ends of both files can probably be deleted too.