ZenodeZenode
Reference

ResponseFormat

Deep-dive answer formatting

Controls the shape of a deep-dive answer, per deliverable.

JSON
1{
2 "type": "number",
3 "unit": "pA",
4 "hint": "room temperature; note typ vs max"
5}
FieldTypeNotes
typestringtext | markdown | number | enum | list | json; default markdown
unitstring | nullFor number: the unit the answer is normalized to (e.g. pA)
enum_valuesstring[] | nullFor enum: the allowed values
hintstring | nullFree-form formatting requirements (precision, conditions, ordering)
schemaobject | nullFor json: a JSON Schema the answer value is validated against

Used by: each deliverable in AI deep dive.