mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Add new schema files (no-changelog) (#13062)
This commit is contained in:
48
packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/upsert.json
vendored
Normal file
48
packages/nodes-base/nodes/HomeAssistant/__schema__/v1.0.0/state/upsert.json
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entity_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_reported": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"context": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"parent_id",
|
||||
"user_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"entity_id",
|
||||
"state",
|
||||
"attributes",
|
||||
"last_changed",
|
||||
"last_reported",
|
||||
"last_updated",
|
||||
"context"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user