Skip to content

Commit

Permalink
✨ feat: manifest 新增 gateway 参数
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 29, 2023
1 parent ad3f6e2 commit d371a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const pluginApiSchema = z.object({

export const pluginManifestSchema = z.object({
api: z.array(pluginApiSchema),
gateway: z.string().optional(),
identifier: z.string(),
openapi: z.string().optional(),

settings: JSONSchema.optional(),
ui: z
.object({
Expand Down

0 comments on commit d371a4e

Please sign in to comment.