docs: streamline example options

This commit is contained in:
Lukas Obermann
2024-11-29 18:17:56 +01:00
parent 25058c4703
commit 527182aaaa
+1 -1
View File
@@ -88,7 +88,7 @@ export default {
outputs: [
{
targetDir: join(root, "schema"),
renderer: jsonSchema({ spec: jsonSchemaSpec })
renderer: jsonSchema({ spec: "Draft_07" })
},
{
targetDir: join(root, "docs", "reference"),