template_fields
Retrieve the exact form fields for any FORRT chain step before drafting nanopub entries, including required status, constraints, and allowed values.
Instructions
The exact form fields of one FORRT chain step, from the live template.
Call this BEFORE drafting any nanopub field. A nanopub template is the
schema for its step, so this is what makes "never invent a field name" a
lookup rather than a rule you have to remember: it returns the real field
ids, prompts, whether each is required or repeatable, the length/format
constraints (regex, prefix, datatype — where the Quote template's
character cap actually lives), and, for choice fields, the allowed values.
step accepts 05_outcome, 05, or outcome. Known steps: 01_quote,
01_pico, 01_pcc, 02_aida, 03_claim, 04_study, 05_outcome, 06_citation,
07_research_software, 08_synthesis.
Check source: live means fetched from the nanopub network just now;
bundled-snapshot means the network was unavailable and these are vendored
values that may be stale. driftedFromSnapshot: true means the template was
superseded upstream — the live values win, and this package needs re-vendoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | ||
| step | Yes |