From eb2f8549aa6900918f76144992aa48fb914ef63a Mon Sep 17 00:00:00 2001 From: Fanis Tharropoulos Date: Thu, 11 Dec 2025 16:27:27 +0200 Subject: [PATCH] feat: add async reference to field schema --- openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yml b/openapi.yml index 0fa981b..b91048b 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2562,6 +2562,10 @@ components: type: string description: > Name of a field in another collection that should be linked to this collection so that it can be joined during query. + async_reference: + type: boolean + description: > + Allow documents to be indexed successfully even when the referenced document doesn't exist yet. num_dim: type: integer example: 256