changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "account": {
+ "description": "Account type",
+ "type": "string"
+ },
+ "bio": {
+ "description": "User biography",
+ "type": "string"
+ },
+ "created_time": {
+ "description": "Account creation timestamp",
+ "type": "string"
+ },
+ "link": {
+ "description": "Profile link",
+ "type": "string"
+ },
+ "location": {
+ "description": "User location",
+ "type": "string"
+ },
+ "metadata": {
+ "description": "Additional metadata",
+ "type": "object"
+ },
+ "name": {
+ "description": "User name",
+ "type": "string"
+ },
+ "pictures": {
+ "description": "Profile picture data",
+ "type": "object"
+ },
+ "uri": {
+ "description": "User URI",
+ "type": "string"
+ },
+ "websites": {
+ "description": "Associated websites",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}