Valetudo/backend/lib/entities/state/attributes/doc/StateAttribute.openapi.json

14 lines
202 B
JSON

{
"components": {
"schemas": {
"StateAttribute": {
"allOf": [
{
"$ref": "#/components/schemas/Attribute"
}
]
}
}
}
}