{
	"title": "Submission File",
	"description": "A submission file including associated metadata.",
	"properties": {
		"chapterId": {
			"type": "integer",
			"apiSummary": true,
			"description": "The chapter this file is assigned to. Optional.",
			"validation": [
				"nullable"
			]
		},
		"directSalesPrice": {
			"type": "string",
			"apiSummary": true,
			"description": "The price to purchase access to this file.",
			"validation": [
				"nullable"
			]
		},
		"fileStage": {
			"type": "integer",
			"apiSummary": true,
			"validation": [
				"in:2,3,4,5,6,7,8,9,10,11,13,15,17,18,19,20"
			]
		},
		"salesType": {
			"type": "string",
			"apiSummary": true,
			"description": "",
			"validation": [
				"nullable"
			]
		}
	}
}
