chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)

This commit is contained in:
Jon
2025-03-21 08:27:40 +00:00
committed by GitHub
parent 49872fbbac
commit ced8bcdd0c
763 changed files with 42381 additions and 62165 deletions

View File

@@ -1,21 +1,9 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"lastUpdated": {
"type": "string"
},
"createdOn": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"isDraft": {
"type": "boolean"
},
"fieldData": {
"type": "object",
"properties": {
@@ -25,11 +13,19 @@
"slug": {
"type": "string"
}
},
"required": [
"name",
"slug"
]
}
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"isDraft": {
"type": "boolean"
},
"lastUpdated": {
"type": "string"
}
},
"version": 1

View File

@@ -1,18 +1,9 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"lastUpdated": {
"type": "string"
},
"createdOn": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"fieldData": {
"type": "object",
"properties": {
@@ -22,11 +13,16 @@
"slug": {
"type": "string"
}
},
"required": [
"name",
"slug"
]
}
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"lastUpdated": {
"type": "string"
}
},
"version": 1

View File

@@ -1,21 +1,9 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"lastUpdated": {
"type": "string"
},
"createdOn": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"isDraft": {
"type": "boolean"
},
"fieldData": {
"type": "object",
"properties": {
@@ -25,22 +13,20 @@
"slug": {
"type": "string"
}
},
"required": [
"name",
"slug"
]
}
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"isDraft": {
"type": "boolean"
},
"lastUpdated": {
"type": "string"
}
},
"required": [
"id",
"cmsLocaleId",
"lastPublished",
"lastUpdated",
"createdOn",
"isArchived",
"isDraft",
"fieldData"
],
"version": 1
}

View File

@@ -1,21 +1,9 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"lastUpdated": {
"type": "string"
},
"createdOn": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"isDraft": {
"type": "boolean"
},
"fieldData": {
"type": "object",
"properties": {
@@ -25,11 +13,19 @@
"slug": {
"type": "string"
}
},
"required": [
"name",
"slug"
]
}
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"isDraft": {
"type": "boolean"
},
"lastUpdated": {
"type": "string"
}
},
"version": 1