diff --git a/registry/schemas/BentoGlobe.schema.json b/registry/schemas/BentoGlobe.schema.json new file mode 100644 index 0000000..5bc5f02 --- /dev/null +++ b/registry/schemas/BentoGlobe.schema.json @@ -0,0 +1,7 @@ +{ + "name": "BentoGlobe", + "propsSchema": { + "className?": "string", + "config?": "COBEOptions - Custom globe configuration (see COBE docs)" + } +} \ No newline at end of file