api-docs/.stoplight.json

23 lines
331 B
JSON
Raw Normal View History

2022-03-15 01:35:39 +01:00
{
"exclude": [],
"formats": {
"openapi": {
"rootDir": "reference",
"include": [
"**"
]
},
"json_schema": {
"rootDir": "models",
"include": [
"**"
]
},
"markdown": {
"rootDir": "docs"
},
"image": {
"rootDir": "assets/images"
}
}
}