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

@@ -32,7 +32,7 @@ export const meta = {
items: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'NoteFavorite',
ref: 'NoteFavorite' as const,
},
},
};

View File

@@ -38,7 +38,7 @@ export const meta = {
page: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'GalleryPost',
ref: 'GalleryPost' as const,
},
},
},

View File

@@ -32,7 +32,7 @@ export const meta = {
items: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'GalleryPost',
ref: 'GalleryPost' as const,
},
},
};

View File

@@ -60,7 +60,7 @@ export const meta = {
items: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'Notification',
ref: 'Notification' as const,
},
},
};

View File

@@ -38,7 +38,7 @@ export const meta = {
page: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'Page',
ref: 'Page' as const,
},
},
},

View File

@@ -32,7 +32,7 @@ export const meta = {
items: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'Page',
ref: 'Page' as const,
},
},
};

View File

@@ -41,7 +41,7 @@ export const meta = {
res: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'User',
ref: 'User' as const,
},
};

View File

@@ -29,7 +29,7 @@ export const meta = {
res: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'User',
ref: 'User' as const,
},
};

View File

@@ -164,7 +164,7 @@ export const meta = {
res: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'User',
ref: 'User' as const,
},
};

View File

@@ -41,7 +41,7 @@ export const meta = {
group: {
type: 'object' as const,
optional: false as const, nullable: false as const,
ref: 'UserGroup',
ref: 'UserGroup' as const,
},
},
},