List of system avatars.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SystemAvatars", "title": "SystemAvatars", "additionalProperties": false, "description": "List of system avatars.", "properties": { "system": { "description": "A list of avatar details.", "items": { "$ref": "#/components/schemas/Avatar" }, "readOnly": true, "type": "array" } }, "type": "object" }