{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AvatarUrlsBean", "title": "AvatarUrlsBean", "additionalProperties": false, "properties": { "16x16": { "description": "The URL of the item's 16x16 pixel avatar.", "format": "uri", "type": "string" }, "24x24": { "description": "The URL of the item's 24x24 pixel avatar.", "format": "uri", "type": "string" }, "32x32": { "description": "The URL of the item's 32x32 pixel avatar.", "format": "uri", "type": "string" }, "48x48": { "description": "The URL of the item's 48x48 pixel avatar.", "format": "uri", "type": "string" } }, "type": "object" }