# SubmissionData

It is a form data

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The submission type. |
**fileType** | **String** | The submission file type. |
**url** | **String** | The submission file url. |
**memberId** | **Integer or String** | The submitter's member id. |
**challengeId** | **Integer or String** | The challenge id. |
**legacySubmissionId** | **Integer or String** | The legacy submission id. |
**legacyUploadId** | **Integer or String** | The legacy upload id. |
**submissionPhaseId** | **Integer or String** | The submission phase id. |
**submission** | **File** | The submission file to be uploaded. | The object should have properties name(indicate the file name) and data(a Buffer represents the file content)
