{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Icon", "type": "object", "description": "This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.", "properties": { "path": { "type": "string" }, "width": { "type": "integer" }, "height": { "type": "integer" }, "isDefault": { "type": "boolean" } } }