12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
|
|
{
|
||
|
|
"$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" },
|
||
|
|
},
|
||
|
|
}
|