зеркало из https://github.com/Azure/sway.git
Update Z-Schema (#44)
* description in ResponseObject * interesting * package.json update * update * update * update to `sergey/crlf` * change branch
This commit is contained in:
Родитель
4d00755a72
Коммит
57289a6efc
|
@ -69,6 +69,7 @@ interface FileSchemaObject {
|
|||
type ResponseSchemaObject = SchemaObject|FileSchemaObject
|
||||
|
||||
interface ResponseObject {
|
||||
description: string
|
||||
schema?: ResponseSchemaObject
|
||||
}
|
||||
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yasway",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "A library that simplifies Swagger integrations.",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
@ -78,6 +78,6 @@
|
|||
"rewire": "^4.0.1",
|
||||
"swagger-methods": "^1.0.0",
|
||||
"swagger-schema-official": "2.0.0-bab6bed",
|
||||
"z-schema": "^3.23.0"
|
||||
"z-schema": "github:sergey-shandar-forks/z-schema#sergey/json"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче