From 4c9c7a78904e0644dc2fb0c99bb6b92ba082a7ee Mon Sep 17 00:00:00 2001 From: Stephen Price Date: Wed, 8 Jul 2020 22:12:11 -0500 Subject: [PATCH] config --- .stoplight.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .stoplight.json 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