diff options
Diffstat (limited to 'test/fixtures/users.json')
| -rw-r--r-- | test/fixtures/users.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/users.json b/test/fixtures/users.json new file mode 100644 index 0000000..12e8de1 --- /dev/null +++ b/test/fixtures/users.json @@ -0,0 +1,15 @@ +{ + "openapi": "3.1.0", + "info": { + "title": "The API", + "version": "0.1.0" + }, + "paths": { + "/users": { + "get": { + "description": "List all the users", + "summary": "List all the users" + } + } + } +} |
