mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
chore: rename platform to channel
This commit is contained in:
+7
-7
@@ -4476,7 +4476,13 @@ const docTemplate = `{
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"current_platform": {
|
||||
"channels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"current_channel": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
@@ -4494,12 +4500,6 @@ const docTemplate = `{
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"platforms": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
+7
-7
@@ -4467,7 +4467,13 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"current_platform": {
|
||||
"channels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"current_channel": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
@@ -4485,12 +4491,6 @@
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"platforms": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
+5
-5
@@ -416,7 +416,11 @@ definitions:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
current_platform:
|
||||
channels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
current_channel:
|
||||
type: string
|
||||
language:
|
||||
type: string
|
||||
@@ -428,10 +432,6 @@ definitions:
|
||||
type: array
|
||||
model:
|
||||
type: string
|
||||
platforms:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
provider:
|
||||
type: string
|
||||
query:
|
||||
|
||||
Reference in New Issue
Block a user