Skip to content

Commit aa68034

Browse files
Update UnitValue to QuantityValue
1 parent 3b7425e commit aa68034

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/presentation/4.0/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)