Skip to content

Documentation for funding front matter doesn't match schema #10790

@halleysfifthinc

Description

@halleysfifthinc

What would you like to do?

Give feedback or suggest an improvement

Description

The docs at https://quarto.org/docs/authoring/front-matter.html#funding show funding front-matter being able to be set like:

---
author:
  - name: Norah Jones
    id: nj
funding:
  - source: "NIH (Grant #: 1-R01-MH99999-01A1)"
    investigator: 
      - ref: nj
---

when the schema at https://github.com/quarto-dev/quarto-cli/blob/4ca7321584065f0b2632160cf03ff32c42e5a78f/src/resources/schema/document-funding.yml states that there must be an awards key under funding and above any array of sources/etc:

---
author:
  - name: Norah Jones
    id: nj
funding:
  awards:
    - source: "NIH (Grant #: 1-R01-MH99999-01A1)"
      investigator: 
        - ref: nj
---

quarto (v1.5.57) fails to render/preview without the awards key.

Metadata

Metadata

Assignees

Labels

documentationDoc improvements & quarto-webearly-in-releaseAn issue that should be worked on early in the release (likely due to risk)jats

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions