Fix OpenAPI doc issue (#23619)

This commit is contained in:
Kyle 2024-01-10 10:29:35 +08:00 committed by GitHub
parent 18f8ebb2eb
commit 9e758a3ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@
"type": "integer"
},
"score": {
"type": "integer"
"type": "number"
},
"yours": {
"type": "boolean"

View File

@ -47,7 +47,7 @@
"type": "integer"
},
"score": {
"type": ""
"type": "number"
},
"yours": {
"type": "boolean"

View File

@ -51,7 +51,7 @@
"type": "integer"
},
"score": {
"type": ""
"type": "number"
},
"yours": {
"type": "boolean"

View File

@ -56,7 +56,7 @@
"type": "integer"
},
"score": {
"type": "integer"
"type": "number"
},
"yours": {
"type": "boolean"

View File

@ -61,7 +61,7 @@
"type": "integer"
},
"score": {
"type": "integer"
"type": "number"
},
"yours": {
"type": "boolean"

View File

@ -84,7 +84,7 @@ RSpec.describe "topics" do
type: :integer,
},
score: {
type: :integer,
type: :number,
},
yours: {
type: :boolean,