mirror of https://github.com/Hypfer/Valetudo.git
34 lines
753 B
JSON
34 lines
753 B
JSON
{
|
|
"components": {
|
|
"schemas": {
|
|
"ConsumableStateAttribute": {
|
|
"allOf": [
|
|
{
|
|
"$ref": "#/components/schemas/StateAttribute"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"remaining": {
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "number"
|
|
},
|
|
"unit": {
|
|
"type": "string",
|
|
"enum": [
|
|
"percent",
|
|
"minutes"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|