diff --git a/.stoplight.json b/.stoplight.json new file mode 100644 index 000000000..59f13abb9 --- /dev/null +++ b/.stoplight.json @@ -0,0 +1,9 @@ +{ + "formats": { + "openapi": { + "rootDir": "./", + "include": ["overseerr-api*.yml"] + } + }, + "exclude": ["docs"] +}