superlint/.automation/test/openapi/openapi_good_2.json

24 lines
360 B
JSON
Raw Normal View History

2020-06-25 02:13:19 -04:00
{
"openapi": "3.0.0",
"info": {
"title": "Example",
"version": "1.0",
"contact": {
"name": "Justin Kalland",
"email": "justin@kalland.com"
},
"description": "Test for super-linter"
},
"servers": [
{
"url": "http://localhost:3000"
}
],
"paths": {},
"tags": [
{
"name": "example"
}
]
}