1{ 2 "UniformDataTypeDeclarations": [ 3 { 4 "TypeId": "com.example.backuptest.image", 5 "BelongingToTypes": ["general.image"], 6 "FilenameExtensions": [".myImage", ".khImage"], 7 "MIMETypes": ["application/myImage", "application/khImage"], 8 "Description": "My Image.", 9 "ReferenceURL": "" 10 }, 11 { 12 "TypeId": "com.example.backuptest.audio", 13 "BelongingToTypes": ["general.audio"], 14 "FilenameExtensions": [".myAudio", ".khAudio"], 15 "MIMETypes": ["application/myAudio", "application/khAudio"], 16 "Description": "My audio.", 17 "ReferenceURL": "" 18 }, 19 { 20 "TypeId": "com.example.backuptest.video", 21 "BelongingToTypes": ["general.video"], 22 "FilenameExtensions": [".myVideo", ".khVideo"], 23 "MIMETypes": ["application/myVideo", "application/khVideo"], 24 "Description": "My video.", 25 "ReferenceURL": "" 26 } 27 ] 28} 29