32 lines
		
	
	
		
			514 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			514 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"ApiVersion": 0,
 | 
						|
	"Id": 1,
 | 
						|
	"Name": "1.0.1",
 | 
						|
	"Files": [
 | 
						|
		{
 | 
						|
			"Path": "fileOne",
 | 
						|
			"Sources": [
 | 
						|
				{
 | 
						|
					"SourceType": "http",
 | 
						|
					"Url": "@MultiMC_TEST_DATA_PATH@/fileOneB"
 | 
						|
				}
 | 
						|
			],
 | 
						|
			"Executable": true,
 | 
						|
			"Perms": 493,
 | 
						|
			"MD5": "42915a71277c9016668cce7b82c6b577"
 | 
						|
		},
 | 
						|
		{
 | 
						|
			"Path": "fileTwo",
 | 
						|
			"Sources": [
 | 
						|
				{
 | 
						|
					"SourceType": "http",
 | 
						|
					"Url": "@MultiMC_TEST_DATA_PATH@/fileTwo"
 | 
						|
				}
 | 
						|
			],
 | 
						|
			"Executable": false,
 | 
						|
			"Perms": 644,
 | 
						|
			"MD5": "38f94f54fa3eb72b0ea836538c10b043"
 | 
						|
		}
 | 
						|
	]
 | 
						|
}
 |