mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Generate Schema Files - 18113073 (no-changelog) (#12927)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
11
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/order/getAll.json
vendored
Normal file
11
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/order/getAll.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
259
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/create.json
vendored
Normal file
259
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/create.json
vendored
Normal file
@@ -0,0 +1,259 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"vendor": {
|
||||
"type": "string"
|
||||
},
|
||||
"product_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"handle": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"template_suffix": {
|
||||
"type": "null"
|
||||
},
|
||||
"published_scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"variants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"price": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_policy": {
|
||||
"type": "string"
|
||||
},
|
||||
"compare_at_price": {
|
||||
"type": "null"
|
||||
},
|
||||
"option1": {
|
||||
"type": "string"
|
||||
},
|
||||
"option2": {
|
||||
"type": "null"
|
||||
},
|
||||
"option3": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"taxable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"barcode": {
|
||||
"type": "null"
|
||||
},
|
||||
"fulfillment_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"grams": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_management": {
|
||||
"type": "null"
|
||||
},
|
||||
"requires_shipping": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sku": {
|
||||
"type": "string"
|
||||
},
|
||||
"weight": {
|
||||
"type": "integer"
|
||||
},
|
||||
"weight_unit": {
|
||||
"type": "string"
|
||||
},
|
||||
"inventory_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"old_inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_id": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"product_id",
|
||||
"title",
|
||||
"price",
|
||||
"position",
|
||||
"inventory_policy",
|
||||
"compare_at_price",
|
||||
"option1",
|
||||
"option2",
|
||||
"option3",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"taxable",
|
||||
"barcode",
|
||||
"fulfillment_service",
|
||||
"grams",
|
||||
"inventory_management",
|
||||
"requires_shipping",
|
||||
"sku",
|
||||
"weight",
|
||||
"weight_unit",
|
||||
"inventory_item_id",
|
||||
"inventory_quantity",
|
||||
"old_inventory_quantity",
|
||||
"admin_graphql_api_id",
|
||||
"image_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"values": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"product_id",
|
||||
"name",
|
||||
"position",
|
||||
"values"
|
||||
]
|
||||
}
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"alt": {
|
||||
"type": "null"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"alt",
|
||||
"position",
|
||||
"product_id",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"admin_graphql_api_id",
|
||||
"width",
|
||||
"height",
|
||||
"src",
|
||||
"variant_ids"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
221
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/get.json
vendored
Normal file
221
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/get.json
vendored
Normal file
@@ -0,0 +1,221 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"vendor": {
|
||||
"type": "string"
|
||||
},
|
||||
"product_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"handle": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"published_scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"variants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"price": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_policy": {
|
||||
"type": "string"
|
||||
},
|
||||
"option1": {
|
||||
"type": "string"
|
||||
},
|
||||
"option3": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"taxable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fulfillment_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"grams": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requires_shipping": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"weight_unit": {
|
||||
"type": "string"
|
||||
},
|
||||
"inventory_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"old_inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"product_id",
|
||||
"title",
|
||||
"price",
|
||||
"position",
|
||||
"inventory_policy",
|
||||
"compare_at_price",
|
||||
"option1",
|
||||
"option2",
|
||||
"option3",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"taxable",
|
||||
"barcode",
|
||||
"fulfillment_service",
|
||||
"grams",
|
||||
"inventory_management",
|
||||
"requires_shipping",
|
||||
"sku",
|
||||
"weight",
|
||||
"weight_unit",
|
||||
"inventory_item_id",
|
||||
"inventory_quantity",
|
||||
"old_inventory_quantity",
|
||||
"admin_graphql_api_id",
|
||||
"image_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"values": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"product_id",
|
||||
"name",
|
||||
"position",
|
||||
"values"
|
||||
]
|
||||
}
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
266
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/getAll.json
vendored
Normal file
266
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/getAll.json
vendored
Normal file
@@ -0,0 +1,266 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"vendor": {
|
||||
"type": "string"
|
||||
},
|
||||
"product_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"handle": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"published_scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"variants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"price": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_policy": {
|
||||
"type": "string"
|
||||
},
|
||||
"option1": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"taxable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fulfillment_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"grams": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requires_shipping": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"weight_unit": {
|
||||
"type": "string"
|
||||
},
|
||||
"inventory_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"old_inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"product_id",
|
||||
"id",
|
||||
"title",
|
||||
"price",
|
||||
"position",
|
||||
"inventory_policy",
|
||||
"compare_at_price",
|
||||
"option1",
|
||||
"option2",
|
||||
"option3",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"taxable",
|
||||
"barcode",
|
||||
"fulfillment_service",
|
||||
"grams",
|
||||
"inventory_management",
|
||||
"requires_shipping",
|
||||
"sku",
|
||||
"weight",
|
||||
"weight_unit",
|
||||
"inventory_item_id",
|
||||
"inventory_quantity",
|
||||
"old_inventory_quantity",
|
||||
"admin_graphql_api_id",
|
||||
"image_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"values": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"product_id",
|
||||
"id",
|
||||
"name",
|
||||
"position",
|
||||
"values"
|
||||
]
|
||||
}
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
272
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/update.json
vendored
Normal file
272
packages/nodes-base/nodes/Shopify/__schema__/v1.0.0/product/update.json
vendored
Normal file
@@ -0,0 +1,272 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"body_html": {
|
||||
"type": "string"
|
||||
},
|
||||
"vendor": {
|
||||
"type": "string"
|
||||
},
|
||||
"product_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"handle": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"published_scope": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"variants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"price": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_policy": {
|
||||
"type": "string"
|
||||
},
|
||||
"option1": {
|
||||
"type": "string"
|
||||
},
|
||||
"option3": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"taxable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fulfillment_service": {
|
||||
"type": "string"
|
||||
},
|
||||
"grams": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requires_shipping": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"weight_unit": {
|
||||
"type": "string"
|
||||
},
|
||||
"inventory_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"old_inventory_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"admin_graphql_api_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"product_id",
|
||||
"title",
|
||||
"price",
|
||||
"position",
|
||||
"inventory_policy",
|
||||
"compare_at_price",
|
||||
"option1",
|
||||
"option2",
|
||||
"option3",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"taxable",
|
||||
"barcode",
|
||||
"fulfillment_service",
|
||||
"grams",
|
||||
"inventory_management",
|
||||
"requires_shipping",
|
||||
"sku",
|
||||
"weight",
|
||||
"weight_unit",
|
||||
"inventory_item_id",
|
||||
"inventory_quantity",
|
||||
"old_inventory_quantity",
|
||||
"admin_graphql_api_id",
|
||||
"image_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"position": {
|
||||
"type": "integer"
|
||||
},
|
||||
"values": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"product_id",
|
||||
"name",
|
||||
"position",
|
||||
"values"
|
||||
]
|
||||
}
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user