SubmissionContext
org.sagebionetworks.repo.model.dataaccess.schema.SubmissionContext
Controls whether this slot appears (and the underlying schema property is collected) for an initial REQUEST, a RENEWAL, or both. Default is 'ALWAYS'. The schema's 'required' declaration only binds for contexts in which the property is included; if a required property is excluded for the active context, it is treated as not required.
Enumeration
| name | description |
|---|---|
| ALWAYS | The slot is included for both an initial request and a renewal. |
| REQUEST_ONLY | The slot is included only for an initial request. |
| RENEWAL_ONLY | The slot is included only for a renewal. |