Merge pull request #1879 from nextcloud/bugfix/noid/bump-openapi-extractor

This commit is contained in:
Kate 2024-04-08 16:59:02 +02:00 коммит произвёл GitHub
Родитель 0527e9ec7f 3745b2f31f
Коммит c25f598709
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 4 добавлений и 58 удалений

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

@ -290,33 +290,6 @@
"type": "string"
}
}
},
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
"nullable": true
}
}
}
}
}
}
}
}
}

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

@ -271,33 +271,6 @@
"type": "string"
}
}
},
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {
"nullable": true
}
}
}
}
}
}
}
}
}

8
vendor-bin/openapi-extractor/composer.lock сгенерированный
Просмотреть файл

@ -82,12 +82,12 @@
"source": {
"type": "git",
"url": "https://github.com/nextcloud/openapi-extractor.git",
"reference": "e15283dc655436460c531ce286b7f0bae3e0bf31"
"reference": "ecf189df4c930cd21acbef0984f5ca7bc3a7e5ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/e15283dc655436460c531ce286b7f0bae3e0bf31",
"reference": "e15283dc655436460c531ce286b7f0bae3e0bf31",
"url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/ecf189df4c930cd21acbef0984f5ca7bc3a7e5ab",
"reference": "ecf189df4c930cd21acbef0984f5ca7bc3a7e5ab",
"shasum": ""
},
"require": {
@ -129,7 +129,7 @@
"source": "https://github.com/nextcloud/openapi-extractor/tree/main",
"issues": "https://github.com/nextcloud/openapi-extractor/issues"
},
"time": "2024-02-21T11:05:43+00:00"
"time": "2024-04-08T14:19:17+00:00"
},
{
"name": "nikic/php-parser",