changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "matchedUser": {
+ "properties": {
+ "profile": {
+ "properties": {
+ "aboutMe": {
+ "description": "User bio or about section",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "company": {
+ "description": "User's company",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "countryName": {
+ "description": "User's country",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ranking": {
+ "description": "User's global ranking",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "realName": {
+ "description": "User's real name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "school": {
+ "description": "User's school",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "starRating": {
+ "description": "User's star rating",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "userAvatar": {
+ "description": "Avatar URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "websites": {
+ "description": "User's websites",
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "username": {
+ "description": "LeetCode username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}