We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e71ce3 commit eae190eCopy full SHA for eae190e
charm/src/manager.ts
@@ -47,12 +47,12 @@ export const charmSchema = {
47
[UI]: { type: "object" },
48
},
49
required: [UI, NAME],
50
-} as const satisfies JSONSchema satisfies JSONSchema;
+} as const satisfies JSONSchema;
51
52
export const charmListSchema = {
53
type: "array",
54
items: { ...charmSchema, asCell: true },
55
56
57
export const charmLineageSchema = {
58
type: "object",
0 commit comments