@@ -9668,11 +9668,7 @@ var require_yaml_intelligence_resources = __commonJS({
96689668 maybeArrayOf: {
96699669 anyOf: [
96709670 "string",
9671- {
9672- object: {
9673- additionalProperties: true
9674- }
9675- }
9671+ "object"
96769672 ]
96779673 },
96789674 description: "The files or path globs of Quarto documents or YAML files that should be included in the listing."
@@ -16902,6 +16898,7 @@ var require_yaml_intelligence_resources = __commonJS({
1690216898 "Re-render input files when they change (defaults to true)",
1690316899 "Navigate the browser automatically when outputs are updated (defaults\nto true)",
1690416900 "Time (in seconds) after which to exit if there are no active\nclients",
16901+ "Sites published from project",
1690516902 "Unique identifier for site",
1690616903 "Published URL for site",
1690716904 "Website title",
@@ -18385,7 +18382,6 @@ var require_yaml_intelligence_resources = __commonJS({
1838518382 "Additional file resources to be copied to output directory",
1838618383 "Additional file resources to be copied to output directory",
1838718384 "Options for <code>quarto preview</code>",
18388- "Sites published from project",
1838918385 "MISSING_DESCRIPTION",
1839018386 "MISSING_DESCRIPTION",
1839118387 "Book title",
@@ -18585,7 +18581,6 @@ var require_yaml_intelligence_resources = __commonJS({
1858518581 "Additional file resources to be copied to output directory",
1858618582 "Additional file resources to be copied to output directory",
1858718583 "Options for <code>quarto preview</code>",
18588- "Sites published from project",
1858918584 "MISSING_DESCRIPTION",
1859018585 "MISSING_DESCRIPTION",
1859118586 "Book title",
@@ -18771,8 +18766,7 @@ var require_yaml_intelligence_resources = __commonJS({
1877118766 "Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and `docx)",
1877218767 "Download buttons for other formats to include on navbar or sidebar\n(one or more of <code>pdf</code>, <code>epub</code>, and `docx)",
1877318768 "Custom tools for navbar or sidebar",
18774- "internal-schema-hack",
18775- "Sites published from project"
18769+ "internal-schema-hack"
1877618770 ],
1877718771 "schema/external-schemas.yml": [
1877818772 {
@@ -24250,6 +24244,7 @@ function navigateSchemaBySchemaPathSingle(schema2, path) {
2425024244 }
2425124245 };
2425224246 const inner = (subschema, index) => {
24247+ subschema = resolveSchema(subschema);
2425324248 if (subschema === void 0) {
2425424249 throw new Error(`Internal Error in navigateSchemaBySchemaPathSingle: invalid path navigation`);
2425524250 }
@@ -25013,6 +25008,7 @@ function createLocalizedError(obj) {
2501325008 end: { line: 0, column: 0 }
2501425009 };
2501525010 }
25011+ console.log({ schemaPath });
2501625012 return {
2501725013 source: mappedString(source, [{
2501825014 start: violatingObject.start,
0 commit comments