11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
|
|
{
|
||
|
|
"$schema" = "http://json-schema.org/draft-07/schema#",
|
||
|
|
title = "formatted-code",
|
||
|
|
type = "object",
|
||
|
|
required = ["ok"],
|
||
|
|
properties = {
|
||
|
|
ok = { type = "boolean" },
|
||
|
|
changed = { type = "integer" },
|
||
|
|
},
|
||
|
|
}
|