File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1501,10 +1501,10 @@ In this example, the audio content resources have durations that do not match th
15011501 " format" : " audio/mp3"
15021502 },
15031503 " volume" : {
1504- " id" : " https://example.org/iiif/value /1" ,
1505- " type" : " UnitValue " ,
1504+ " id" : " https://example.org/iiif/quantity /1" ,
1505+ " type" : " Quantity " ,
15061506 " unit" : " relative" ,
1507- " quantity " : 0.1
1507+ " quantityValue " : 0.1
15081508 }
15091509 },
15101510 " target" : " https://example.org/iiif/scene1"
@@ -1523,10 +1523,10 @@ In this example, the audio content resources have durations that do not match th
15231523 " format" : " audio/mp3"
15241524 },
15251525 " volume" : {
1526- " id" : " https://example.org/iiif/value /2" ,
1527- " type" : " UnitValue " ,
1526+ " id" : " https://example.org/iiif/quantity /2" ,
1527+ " type" : " Quantity " ,
15281528 " unit" : " relative" ,
1529- " quantity " : 0.2
1529+ " quantityValue " : 0.2
15301530 }
15311531 },
15321532 " target" : {
@@ -1569,10 +1569,10 @@ In this example, the audio content resources have durations that do not match th
15691569 },
15701570 " angle" : 45.0 ,
15711571 " volume" : {
1572- " id" : " https://example.org/iiif/value /3" ,
1573- " type" : " UnitValue " ,
1572+ " id" : " https://example.org/iiif/quantity /3" ,
1573+ " type" : " Quantity " ,
15741574 " unit" : " relative" ,
1575- " quantity " : 0.3
1575+ " quantityValue " : 0.3
15761576 },
15771577 " lookAt" : " https://example.org/iiif/scene1"
15781578 },
You can’t perform that action at this time.
0 commit comments