fcode-json-schema

Installation
SKILL.md

Factorial Code — input parameter schemas

A process's input parameters are defined by a JSON Schema in parametersSchema.json. The same schema is what fcode-forms renders as a web form, so designing the schema is designing the form. Values arrive in code as fcode.context.parameters (see fcode-javascript / fcode-python).

Schemas render with react-jsonschema-form, so its ui: options apply.

How to author one

Installs
222
First Seen
Jun 23, 2026
fcode-json-schema — factorialco/factorial-code-skills