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
|`default`| string | MAY | Default value as a suggestion to the client. |
879
+
|`is_required`| boolean | MUST | Indicates if this header is required. |
880
880
|`is_sensitive`| boolean | MUST | Indicates if this header is sensitive and instructs the client to take appropriate measures to protect it. See [Storing Sensitive Headers](#91-storing-sensitive-headers)|
881
-
|`prefix`| string | MAY | Prefix that the client should prepend to the value entered by the user when sending it to the provider. The prefix MUST match the regular expression `[a-zA-Z0-9-_\. ]*`. |
882
-
|`suffix`| string | MAY | Suffix that the client should append to the value entered by the user when sending it to the provider.The suffix MUST match the regular expression `[a-zA-Z0-9-_\. ]*`. |
883
-
|`title`| string | MAY | Title that the client SHOULD display to the user. |
884
-
|`encoding`| string | MAY, default=`plain`| The encoding that the client MUST apply to the header value and the prefix/suffix. MUST be one of `plain` or `base64`. |
881
+
|`prefix`| string | MAY | Prefix that the client should prepend to the value entered by the user when sending it to the provider. The prefix MUST match the regular expression `[a-zA-Z0-9-_\. ]*`. |
882
+
|`suffix`| string | MAY | Suffix that the client should append to the value entered by the user when sending it to the provider.The suffix MUST match the regular expression `[a-zA-Z0-9-_\. ]*`. |
883
+
|`title`| string | MAY | Title that the client SHOULD display to the user. |
884
+
|`encoding`| string | MAY, default=`plain`| The encoding that the client MUST apply to the header value and the prefix/suffix. MUST be one of `plain` or `base64`. |
885
885
886
886
### 7.1.2. `provider_reconfiguration`
887
887
@@ -990,26 +990,18 @@ Array of objects that MUST have this structure:
990
990
|`uri`| string | MAY | A URI for this author, for example a profile link. |
991
991
|`role`| string | MAY | The role that the author has had in the creation of this asset. |
992
992
993
-
### 7.3.6. `dimensions.3d`
994
-
Contains general information about the physical dimensions of a three-dimensional asset. Primarily intended as metadata to be displayed to users, but MAY also be used by the client to scale mesh data.
993
+
### 7.3.6. `dimensions`
994
+
Contains general information about the physical dimensions of a three-dimensional asset. This is primarily intended for displaying to users, not for actually scaling meshes or textures.
|`width_m`| float | MUST | Width of the referenced asset |
1001
-
|`height_m`| float | MUST | Height of the referenced asset |
1002
-
|`depth_m`| float | MUST | Depth of the referenced asset |
1003
-
1004
-
### 7.3.7. `dimensions.2d`
1005
-
Contains general information about the physical dimensions of a two-dimensional asset. Primarily intended as metadata to be displayed to users, but MAY also be used by the client to scale mesh-,texture-, or uv data.
996
+
When using this datablock to describe two-dimensional assets, such as textures, providers MUST use the `width_m` and `height_m` fields and only add `depth_m` when dealing with three-dimensional data.
0 commit comments