You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/presentation/4.0/model.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -986,7 +986,6 @@ The `value` property of the UnitValue _MUST_ be between 0.0 and 1.0.
986
986
987
987
* A Light _SHOULD_ have the `intensity` property.<br/>
988
988
Clients _SHOULD_ process the `intensity` property on a Light.
989
-
* Other types of resource _MUST NOT_ have the `intensity` property.
990
989
991
990
```json
992
991
{
@@ -1646,7 +1645,7 @@ The value _MUST_ be an array of JSON objects. Each object _MUST_ be a service re
1646
1645
### source
1647
1646
{: #source}
1648
1647
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.
1650
1649
1651
1650
* Audio resources _MUST_ have the `source` property.<br/>
1652
1651
Clients _SHOULD_ process the `source` property on an Audio resource.
0 commit comments