score_schema
Return the ScoreSpec input format expected by write_score and render_to_dorico, with copyable examples, enum values, and indexing rules. Use it to build valid requests without guessing.
Instructions
Return the ScoreSpec input format write_score/render_to_dorico expect.
Call this instead of guessing or reading source. Unknown keys are rejected by
the parser rather than ignored, so the shape has to match exactly.
Returns:
Result dictionary with a copyable minimal example in both the flat and the
nested form, the allowed enum values (durations, articulations, dynamics,
clefs) and the indexing rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||