mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
32
packages/nodes-base/nodes/Strapi/__schema__/v1.0.0/entry/get.json
vendored
Normal file
32
packages/nodes-base/nodes/Strapi/__schema__/v1.0.0/entry/get.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attributes": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"heading": {
|
||||
"type": "string"
|
||||
},
|
||||
"primaryText": {
|
||||
"type": "string"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -7,9 +7,6 @@
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"scene_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -19,5 +16,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user