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 26c87eb commit e0770efCopy full SHA for e0770ef
README.md
@@ -33,8 +33,7 @@ import { JsonSchemaViewer } from "@stoplight/json-schema-viewer";
33
34
<JsonSchemaViewer
35
name="Todos Model"
36
- dereferencedSchema={schemaWithoutRefs}
37
- schema={schemaWithRefs}
+ schema={schema}
38
expanded={true}
39
hideTopBar={false}
40
emptyText="No schema defined"
0 commit comments