mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -236,24 +236,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"title",
|
||||
"body_html",
|
||||
"vendor",
|
||||
"product_type",
|
||||
"created_at",
|
||||
"handle",
|
||||
"updated_at",
|
||||
"published_at",
|
||||
"template_suffix",
|
||||
"published_scope",
|
||||
"tags",
|
||||
"status",
|
||||
"admin_graphql_api_id",
|
||||
"variants",
|
||||
"options",
|
||||
"images",
|
||||
"image"
|
||||
]
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -213,9 +213,61 @@
|
||||
"variant_ids"
|
||||
]
|
||||
}
|
||||
},
|
||||
"image": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "integer"
|
||||
},
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"src": {
|
||||
"type": "string"
|
||||
},
|
||||
"variant_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"alt",
|
||||
"position",
|
||||
"product_id",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"admin_graphql_api_id",
|
||||
"width",
|
||||
"height",
|
||||
"src",
|
||||
"variant_ids"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title"
|
||||
]
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -39,10 +39,10 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"product_id": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
@@ -95,8 +95,8 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"product_id",
|
||||
"id",
|
||||
"product_id",
|
||||
"title",
|
||||
"price",
|
||||
"position",
|
||||
@@ -129,10 +129,10 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"product_id": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
@@ -149,8 +149,8 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"product_id",
|
||||
"id",
|
||||
"product_id",
|
||||
"name",
|
||||
"position",
|
||||
"values"
|
||||
@@ -262,5 +262,6 @@
|
||||
"variant_ids"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -268,5 +268,6 @@
|
||||
"variant_ids"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user