Skip to content

Commit ec905de

Browse files
committed
Changes to intensity and source
1 parent 1a13e1f commit ec905de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/presentation/4.0/model.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,6 @@ The `value` property of the UnitValue _MUST_ be between 0.0 and 1.0.
986986

987987
* A Light _SHOULD_ have the `intensity` property.<br/>
988988
Clients _SHOULD_ process the `intensity` property on a Light.
989-
* Other types of resource _MUST NOT_ have the `intensity` property.
990989

991990
```json
992991
{
@@ -1646,7 +1645,7 @@ The value _MUST_ be an array of JSON objects. Each object _MUST_ be a service re
16461645
### source
16471646
{: #source}
16481647

1649-
A Content Resource that is used as the souce of audio information in an Audio resource. The value _MUST_ be a Content Resource with the `id`, `type`, and `format` properties.
1648+
A Content Resource that is used as the souce of audio information in an Audio resource. The value _MUST_ be a Content Resource with the `id`, `type` properties.
16501649

16511650
* Audio resources _MUST_ have the `source` property.<br/>
16521651
Clients _SHOULD_ process the `source` property on an Audio resource.

0 commit comments

Comments
 (0)