зеркало из https://github.com/Azure/sway.git
InfoObject (#58)
This commit is contained in:
Родитель
54b1296107
Коммит
202d214951
|
@ -3,6 +3,11 @@ import { MutableStringMap } from "@ts-common/string-map";
|
|||
// https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#info-object
|
||||
interface InfoObject {
|
||||
readonly title: string
|
||||
readonly version: string
|
||||
readonly description?: string
|
||||
readonly termsOfService?: string
|
||||
readonly contact?: unknown
|
||||
readonly license?: unknown
|
||||
}
|
||||
|
||||
interface SwaggerObject {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yasway",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yasway",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "A library that simplifies Swagger integrations.",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче