blob: 39c14c276630b0e5e02f7cbff3fd5e8e429cd02b [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"CUTOFF_METHOD": {
"enum": [
"shutdown",
"reboot",
"battery_cutoff",
"ectool_cutoff",
"ec_hibernate"
]
},
"CUTOFF_AC_STATE": {
"enum": ["connect_ac", "remove_ac"]
},
"CUTOFF_BATTERY_MIN_PERCENTAGE": {
"type": "integer"
},
"CUTOFF_BATTERY_MAX_PERCENTAGE": {
"type": "integer"
},
"CUTOFF_BATTERY_MIN_VOLTAGE": {
"type": "number"
},
"CUTOFF_BATTERY_MAX_VOLTAGE": {
"type": "number"
},
"SHOPFLOOR_URL": {
"type": "string"
},
"TTY": {
"type": "string"
}
},
"additionalProperties": false
}