@@ -19776,6 +19776,7 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1977619776 },
1977719777 "type": "array",
1977819778 },
19779+ "template": "rootRedoclyConfigSchema.env_additionalProperties.markdown.template",
1977919780 "toc": "rootRedoclyConfigSchema.env_additionalProperties.markdown.toc",
1978019781 },
1978119782 "required": undefined,
@@ -19819,6 +19820,16 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1981919820 },
1982019821 "required": undefined,
1982119822 },
19823+ "rootRedoclyConfigSchema.env_additionalProperties.markdown.template": {
19824+ "additionalProperties": {
19825+ "type": "string",
19826+ },
19827+ "description": undefined,
19828+ "documentationLink": undefined,
19829+ "items": undefined,
19830+ "properties": {},
19831+ "required": undefined,
19832+ },
1982219833 "rootRedoclyConfigSchema.env_additionalProperties.markdown.toc": {
1982319834 "additionalProperties": undefined,
1982419835 "description": undefined,
@@ -28104,6 +28115,7 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2810428115 },
2810528116 "type": "array",
2810628117 },
28118+ "template": "rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.template",
2810728119 "toc": "rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.toc",
2810828120 },
2810928121 "required": undefined,
@@ -28147,6 +28159,16 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2814728159 },
2814828160 "required": undefined,
2814928161 },
28162+ "rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.template": {
28163+ "additionalProperties": {
28164+ "type": "string",
28165+ },
28166+ "description": undefined,
28167+ "documentationLink": undefined,
28168+ "items": undefined,
28169+ "properties": {},
28170+ "required": undefined,
28171+ },
2815028172 "rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.toc": {
2815128173 "additionalProperties": undefined,
2815228174 "description": undefined,
@@ -33470,6 +33492,7 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
3347033492 },
3347133493 "type": "array",
3347233494 },
33495+ "template": "rootRedoclyConfigSchema.markdown.template",
3347333496 "toc": "rootRedoclyConfigSchema.markdown.toc",
3347433497 },
3347533498 "required": undefined,
@@ -33513,6 +33536,16 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
3351333536 },
3351433537 "required": undefined,
3351533538 },
33539+ "rootRedoclyConfigSchema.markdown.template": {
33540+ "additionalProperties": {
33541+ "type": "string",
33542+ },
33543+ "description": undefined,
33544+ "documentationLink": undefined,
33545+ "items": undefined,
33546+ "properties": {},
33547+ "required": undefined,
33548+ },
3351633549 "rootRedoclyConfigSchema.markdown.toc": {
3351733550 "additionalProperties": undefined,
3351833551 "description": undefined,
0 commit comments