chore: NODE-2547 - Generate Schema Files (no-changelog) (#13873)

This commit is contained in:
Jon
2025-03-18 15:19:10 +00:00
committed by GitHub
parent e0fd50554d
commit 31c0575999
819 changed files with 27463 additions and 15590 deletions

View File

@@ -3,9 +3,7 @@
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -268,5 +268,6 @@
"variant_ids"
]
}
}
},
"version": 1
}