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

Download Open API Spec

FormTemplateStep

org.sagebionetworks.repo.model.dataaccess.schema.FormTemplateStep

A logical grouping of fields rendered as a single page or section in a multi-step form. Steps are part of the FormTemplate version; changes to a step's title, description, or contained fields produce a new template version.

Field Type Description
title STRING Display title shown to the user (e.g., 'Institutional Information').
description STRING Instructions shown at the top of the page/section.
fields ARRAY<FormTemplateField> Ordered list of field slots within this step. Each slot binds a JSON pointer in the schema to a UI definition.