n8n-nodes-base
Version:
Base nodes of n8n
41 lines (40 loc) • 860 B
JSON
{
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"device_class": {
"type": "string"
},
"friendly_name": {
"type": "string"
}
}
},
"context": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
},
"entity_id": {
"type": "string"
},
"last_changed": {
"type": "string"
},
"last_reported": {
"type": "string"
},
"last_updated": {
"type": "string"
},
"state": {
"type": "string"
}
},
"version": 2
}