The Open API specification for Synapse is now available for download!

Download Open API Spec

GeneratedFormStep

org.sagebionetworks.repo.model.dataaccess.schema.GeneratedFormStep

The schema information used to render a single step of a form. The jsonSchema validates the slice of submission data corresponding to that step's fields.

Field Type Description
jsonSchema JsonSchema The JSON schema is defined by: json-schema.org, specifically draft-07. Only features listed here are currently supported.
uiSchema OBJECT The UI Schema describing how this step's properties are rendered. Defined by react-jsonschema-form.