{
	"$id": "schema:UIAvatar",
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"title": "UIAvatar",
	"alias": "avatar",
	"$ref": "schema:UIPicture",
	"type": "object",
	"properties": {
		"steamid": {
			"description": "determines whose avatar to show",
			"type": "string"
		}
	}
}
