Skip to content

Commit eb2f854

Browse files
committed
feat: add async reference to field schema
1 parent 76d1b27 commit eb2f854

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2562,6 +2562,10 @@ components:
25622562
type: string
25632563
description: >
25642564
Name of a field in another collection that should be linked to this collection so that it can be joined during query.
2565+
async_reference:
2566+
type: boolean
2567+
description: >
2568+
Allow documents to be indexed successfully even when the referenced document doesn't exist yet.
25652569
num_dim:
25662570
type: integer
25672571
example: 256

0 commit comments

Comments
 (0)