Separated swagger specification into multiple files

This commit is contained in:
Alejandro Celaya
2016-10-22 23:44:14 +02:00
parent c3fd433446
commit 8a12ed6b8c
13 changed files with 458 additions and 448 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "Authorization",
"in": "header",
"description": "The authorization token with Bearer type",
"required": true,
"type": "string"
}