Fix API Schema Error
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@@ -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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
@@ -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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@@ -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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user