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

@@ -4,5 +4,6 @@
"created_at": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -33,15 +33,20 @@
"source": {
"type": "string"
},
"file_id": {
"type": "string"
},
"blobType": {
"type": "string"
}
},
"required": [
"loc",
"source",
"blobType"
"source"
]
},
"embedding": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -4,5 +4,6 @@
"created_at": {
"type": "string"
}
}
},
"version": 1
}

View File

@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
}
},
"version": 1
}