@redocly/config 0.6.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -633,6 +633,7 @@ export const themeConfigSchema = {
633
633
  additionalProperties: true,
634
634
  default: {},
635
635
  };
636
+ export const closedThemeConfigSchema = Object.assign(Object.assign({}, themeConfigSchema), { additionalProperties: false });
636
637
  export const productThemeOverrideSchema = {
637
638
  type: 'object',
638
639
  properties: {