diff --git a/components/GettingStarted.tsx b/components/GettingStarted.tsx index 908cf5010..c7aefc9f8 100644 --- a/components/GettingStarted.tsx +++ b/components/GettingStarted.tsx @@ -8,6 +8,7 @@ import JSZip from 'jszip'; import { saveAs } from 'file-saver'; import Image from 'next/image'; import { useTheme } from 'next-themes'; +import { ChevronDown } from 'lucide-react'; async function fetchData() { const response = await fetch('/data/getting-started-examples.json'); @@ -143,22 +144,28 @@ const GettingStarted = () => {

JSON Schema

-
+ +
- + +
+ + + +
@@ -201,30 +208,34 @@ const GettingStarted = () => { -

JSON Instance

-
+ +
- + +
+ + + +
+
{ {JSON.stringify(fetchedInstance, null, 2)}
+

Validation Result

+

{details[0]}