mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 12:47:48 +00:00
fix: allow additional properties in theme.openapi (#1482)
This commit is contained in:
committed by
GitHub
parent
f2cc3f28be
commit
b5b3d76e3a
5
.changeset/old-cats-shave.md
Normal file
5
.changeset/old-cats-shave.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@redocly/openapi-core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Allowed additional properties in `theme.openapi` config schema to enable libraries that use `@redocly/openapi-core` for configuration linting to extend this part of the schema.
|
||||||
@@ -1050,7 +1050,7 @@ const ConfigReferenceDocs: NodeType = {
|
|||||||
preserveOriginalExtensionsName: { type: 'boolean' },
|
preserveOriginalExtensionsName: { type: 'boolean' },
|
||||||
markdownHeadingsAnchorLevel: { type: 'number' },
|
markdownHeadingsAnchorLevel: { type: 'number' },
|
||||||
},
|
},
|
||||||
additionalProperties: { type: 'string' },
|
additionalProperties: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
const ConfigMockServer: NodeType = {
|
const ConfigMockServer: NodeType = {
|
||||||
|
|||||||
Reference in New Issue
Block a user