Fix OpenAPI-related tests (#19983)

This commit is contained in:
Anton Averchenkov 2023-04-04 18:27:20 -04:00 committed by GitHub
parent e90d94b97e
commit 35d07e91d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -46,7 +46,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/kv-write-lookup-id-request"
"$ref": "#/components/schemas/KvWriteLookupIdRequest"
}
}
}
@ -61,7 +61,7 @@
},
"components": {
"schemas": {
"kv-write-lookup-id-request": {
"KvWriteLookupIdRequest": {
"type": "object",
"properties": {
"token": {

View File

@ -71,7 +71,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/kv-write-foo-id-request"
"$ref": "#/components/schemas/KvWriteFooIdRequest"
}
}
}
@ -86,7 +86,7 @@
},
"components": {
"schemas": {
"kv-write-foo-id-request": {
"KvWriteFooIdRequest": {
"type": "object",
"required": [
"age"

View File

@ -38,7 +38,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/kv-read-foo-response"
"$ref": "#/components/schemas/KvReadFooResponse"
}
}
}
@ -49,7 +49,7 @@
},
"components": {
"schemas": {
"kv-read-foo-response": {
"KvReadFooResponse": {
"type": "object",
"properties": {
"field_a": {