diff --git a/.stoplight.json b/.stoplight.json new file mode 100644 index 0000000..8359748 --- /dev/null +++ b/.stoplight.json @@ -0,0 +1,23 @@ +{ + "exclude": [], + "formats": { + "openapi": { + "rootDir": "reference", + "include": [ + "**" + ] + }, + "json_schema": { + "rootDir": "models", + "include": [ + "**" + ] + }, + "markdown": { + "rootDir": "docs" + }, + "image": { + "rootDir": "assets/images" + } + } +} \ No newline at end of file