Add input jsons for testserver (#474)

* add input jsons

* add new swagger

* add swagger

* restore the change about id
This commit is contained in:
Kaihui (Kerwin) Sun 2020-08-14 10:09:58 +08:00 коммит произвёл GitHub
Родитель a52eb8cfc7
Коммит 2336510eba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,23 @@ These settings apply only when `--tag=testserver-local` is specified on the comm
``` yaml $(tag) == 'testserver-local'
input-file:
- ../input/body-boolean.json
- ../input/body-byte.json
- ../input/body-date.json
- ../input/body-datetime.json
- ../input/body-datetime-rfc1123.json
- ../input/body-duration.json
- ../input/body-integer.json
- ../input/body-number.json
- ../input/body-string.json
- ../input/body-time.json
- ../input/extensible-enums-swagger.json
- ../input/head-exceptions.json
- ../input/head.json
- ../input/custom-baseUrl.json
- ../input/custom-baseUrl-paging.json
- ../input/head.json
- ../input/non-string-enum.json
- ../input/url-multi-collectionFormat.json
```
# Code Generation