removedInput schema / properties / access_token / default
Removed value: -null
changedInput schema / properties / access_token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / group_id / default
Removed value: -null
changedInput schema / properties / group_id / description
Previous value: -"Group/organization ID to list shared group assets. Pass the display's orgId when working with organization displays. Omit for personal assets."New value: +"Only assets of this group. Omit for personal assets."
changedInput schema / properties / group_id / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / limit / default
Removed value: -null
addedInput schema / properties / limit / maximum
Added value: +200
addedInput schema / properties / limit / minimum
Added value: +1
changedInput schema / properties / limit / type
Previous value: -[
- "integer",
- "null"
-]New value: +"integer"
removedInput schema / properties / search / default
Removed value: -null
changedInput schema / properties / search / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / type / default
Removed value: -null
changedInput schema / properties / type / description
Previous value: -"Filter by MIME category: 'image', 'video', 'audio', 'font', 'document', 'data'."New value: +"Filter by MIME category."
addedInput schema / properties / type / enum
Added value: +[
+ "image",
+ "video",
+ "audio",
+ "font",
+ "document",
+ "data"
+]
changedInput schema / properties / type / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "assets": {
+ "items": {
+ "properties": {
+ "assetId": {
+ "type": "string"
+ },
+ "createdAt": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "mimeType": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "sizeBytes": {
+ "type": "integer"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "count": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}