removedInput schema / properties / access_token / default
Removed value: -null
changedInput schema / properties / access_token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedInput schema / properties / descriptions / description
Previous value: -"JSON object mapping each filename to a human-readable description, e.g. {\"logo.png\": \"Company logo white on transparent\"}. Every file must have an entry."New value: +"JSON object mapping each filename to a human-readable description."
addedInput schema / properties / descriptions / type
Added value: +"object"
changedInput schema / properties / files / description
Previous value: -"Array of file objects, each with 'name' (filename with extension, e.g. 'logo.png') and 'data' (base64-encoded file content)."New value: +"Array of file objects, each with 'name' (filename with extension) and 'data' (base64-encoded content)."
addedInput schema / properties / files / items
Added value: +{
+ "properties": {
+ "data": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / files / type
Added value: +"array"
removedInput schema / properties / group_id / default
Removed value: -null
changedInput schema / properties / group_id / description
Previous value: -"Group/organization ID for shared storage. Pass the display's orgId when uploading assets for an organization display. Omit for personal displays."New value: +"Optional group ID to associate the assets with."
changedInput schema / properties / group_id / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "assets": {
+ "items": {
+ "properties": {
+ "assetId": {
+ "type": "string"
+ },
+ "mimeType": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "sizeBytes": {
+ "type": "integer"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "count": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}