{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "/atom/icon",
	"title": "icon",
	"description": "An icon atom",
	"type": "object",
	"properties": {
		"icon": {
			"description": "The short name of the icon",
			"enum": ["check", "arrow", "nitro"]
		}
	},
	"required": ["icon"]
}
