chore: NODE-2671 - Generate Schema Files (no-changelog) (#14438)

This commit is contained in:
Jon
2025-04-10 18:05:45 +01:00
committed by GitHub
parent c89010871d
commit 5826ff2cec
47 changed files with 566 additions and 1196 deletions

View File

@@ -12,9 +12,9 @@
}
}
},
"Id": {
"Name": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -11,7 +11,10 @@
"type": "string"
}
}
},
"Name": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -14,10 +14,7 @@
},
"Id": {
"type": "string"
},
"Name": {
"type": "string"
}
},
"version": 1
"version": 2
}