Fix API Schema Error

This commit is contained in:
tamaina
2022-01-14 02:39:25 +09:00
parent 27778f839a
commit 21b6176d97
122 changed files with 137 additions and 133 deletions

View File

@@ -14,16 +14,24 @@ export const meta = {
optional: false as const, nullable: false as const,
properties: {
deliver: {
ref: 'QueueCount',
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'QueueCount' as const,
},
inbox: {
ref: 'QueueCount',
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'QueueCount' as const,
},
db: {
ref: 'QueueCount',
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'QueueCount' as const,
},
objectStorage: {
ref: 'QueueCount',
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'QueueCount' as const,
},
},
},