1.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
	
	
id, title, challengeType, isRequired
| id | title | challengeType | isRequired | 
|---|---|---|---|
| bd7158d8c443edefaeb5bd0f | File Metadata Microservice | 4 | true | 
Description
Instructions
Tests
tests:
  - text: I can submit a FormData object that includes a file upload.
    testString: ''
  - text: 'When I submit something, I will receive the file size in bytes within the JSON response.'
    testString: ''
Challenge Seed
Solution
// solution required