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

Download Open API Spec

GenerateDataAccessSchemaFromTemplateDraft

org.sagebionetworks.repo.model.dataaccess.schema.GenerateDataAccessSchemaFromTemplateDraft

Request body to generate the JSON Schema and UI Schema from a draft FormTemplate body. Intended to support previewing the rendered form during template authoring.

Field Type Description
concreteType STRING Indicates which implementation this object represents.
requestType DataAccessRequestType The type of request being made. May affect the final set of included form fields.
templateDraft FormTemplate Defines how a referenced JSON Schema is rendered to a requester as a multi-step form. A template is pinned to a single JSON Schema version. Updating a template creates a new version; the schema reference and the steps/fields it contains are immutable per version. Multiple Access Requirements may reference the same template version (N:1).