{ "$schema" = "http://json-schema.org/draft-07/schema#", title = "installed", type = "object", required = ["binary_path", "version", "ok"], properties = { binary_path = { type = "string" }, version = { type = "string" }, ok = { type = "boolean" }, }, }