From bdd01bafe4ce6bcee4294cd7e0906e1938588573 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:19:05 +0000 Subject: [PATCH] Switch to version 2: added registry/schemas/BentoGlobe.schema.json --- registry/schemas/BentoGlobe.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 registry/schemas/BentoGlobe.schema.json 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