changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "comment": {
+ "description": "Error comment (if status is FAILED)",
+ "type": "string"
+ },
+ "result": {
+ "description": "Array of user profile objects",
+ "items": {
+ "properties": {
+ "avatar": {
+ "description": "Avatar URL",
+ "type": "string"
+ },
+ "city": {
+ "description": "City ID (if available)",
+ "type": "string"
+ },
+ "contribution": {
+ "description": "Contribution score",
+ "type": "number"
+ },
+ "country": {
+ "description": "Country ID (if available)",
+ "type": "string"
+ },
+ "email": {
+ "description": "User email (if available)",
+ "type": "string"
+ },
+ "firstName": {
+ "description": "First name (if available)",
+ "type": "string"
+ },
+ "friendOfCount": {
+ "description": "Number of users who friend this user",
+ "type": "number"
+ },
+ "handle": {
+ "description": "User handle",
+ "type": "string"
+ },
+ "lastName": {
+ "description": "Last name (if available)",
+ "type": "string"
+ },
+ "lastOnlineTimeSeconds": {
+ "description": "Unix timestamp of last online",
+ "type": "number"
+ },
+ "maxRank": {
+ "description": "Maximum rank achieved",
+ "type": "string"
+ },
+ "maxRating": {
+ "description": "Maximum rating achieved",
+ "type": "number"
+ },
+ "openVkId": {
+ "description": "Open VK ID (if available)",
+ "type": "string"
+ },
+ "organization": {
+ "description": "Organization (if available)",
+ "type": "string"
+ },
+ "rank": {
+ "description": "Current rank",
+ "type": "string"
+ },
+ "rating": {
+ "description": "Current rating (if rated)",
+ "type": "number"
+ },
+ "registrationTimeSeconds": {
+ "description": "Unix timestamp of registration",
+ "type": "number"
+ },
+ "titlePhoto": {
+ "description": "Title photo URL",
+ "type": "string"
+ },
+ "vkId": {
+ "description": "VK ID (if available)",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "description": "Response status (OK or FAILED)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+}