We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d75fd commit f3aca2eCopy full SHA for f3aca2e
packages/appkit/src/core/appkit.ts
@@ -212,7 +212,6 @@ export class AppKit<TPlugins extends InputPluginMap> {
212
}
213
214
215
- // Phase 1b: Validate resources
216
const validation = registry.validate();
217
const isDevelopment = process.env.NODE_ENV === "development";
218
packages/appkit/src/registry/index.ts
@@ -29,5 +29,8 @@ export * from "./types";
29
* }
30
* ```
31
*/
32
+// TODO: We may want to open a PR to https://github.com/SchemaStore/schemastore
33
+// export const MANIFEST_SCHEMA_ID =
34
+// "https://json.schemastore.org/databricks-appkit-plugin-manifest.json";
35
export const MANIFEST_SCHEMA_ID =
36
"https://databricks.github.io/appkit/schemas/plugin-manifest.schema.json";
0 commit comments