@@ -3226,6 +3226,7 @@ components:
32263226 description : Timestamp of when the collection was created (Unix epoch in seconds)
32273227 format : int64
32283228 readOnly : true
3229+ x-rust-is-owned-data : true
32293230 Field :
32303231 required :
32313232 - name
@@ -3381,6 +3382,7 @@ components:
33813382 x-go-type : ' []*CollectionAlias'
33823383 items :
33833384 $ref : ' #/components/schemas/CollectionAlias'
3385+ x-rust-is-owned-data : true
33843386 SearchResult :
33853387 type : object
33863388 properties :
@@ -3429,7 +3431,9 @@ components:
34293431 type : object
34303432 description : Custom JSON object that can be returned in the search response
34313433 additionalProperties : true
3434+ x-rust-is-owned-data : true
34323435 x-rust-generic-parameter : D
3436+ x-rust-is-owned-data : true
34333437 SearchRequestParams :
34343438 type : object
34353439 required :
@@ -3448,6 +3452,8 @@ components:
34483452 properties :
34493453 transcribed_query :
34503454 type : string
3455+ x-rust-is-owned-data : true
3456+ x-rust-is-owned-data : true
34513457 SearchResultConversation :
34523458 type : object
34533459 required :
@@ -3466,6 +3472,7 @@ components:
34663472 type : string
34673473 query :
34683474 type : string
3475+ x-rust-is-owned-data : true
34693476 SearchGroupedHit :
34703477 type : object
34713478 required :
@@ -3496,12 +3503,14 @@ components:
34963503 type : object
34973504 description : Highlighted version of the matching document
34983505 additionalProperties : true
3506+ x-rust-is-owned-data : true
34993507 document :
35003508 type : object
35013509 description : Can be any key-value pair
35023510 additionalProperties :
35033511 type : object
35043512 x-rust-type : Option<D>
3513+ x-rust-is-owned-data : true
35053514 text_match :
35063515 type : integer
35073516 format : int64
@@ -3524,11 +3533,13 @@ components:
35243533 type : integer
35253534 typo_prefix_score :
35263535 type : integer
3536+ x-rust-is-owned-data : true
35273537 geo_distance_meters :
35283538 type : object
35293539 description : Can be any key-value pair
35303540 additionalProperties :
35313541 type : integer
3542+ x-rust-is-owned-data : true
35323543 vector_distance :
35333544 type : number
35343545 format : float
@@ -3541,6 +3552,7 @@ components:
35413552 type : number
35423553 format : float
35433554 description : Combined score from rank fusion of text and vector search
3555+ x-rust-is-owned-data : true
35443556 search_index :
35453557 type : integer
35463558 description : Returned only for union query response. Indicates the index of the query which this document matched to.
@@ -3556,6 +3568,7 @@ components:
35563568 country : USA
35573569 text_match : 1234556
35583570 x-rust-generic-parameter : D
3571+ x-rust-is-owned-data : true
35593572 SearchHighlight :
35603573 type : object
35613574 properties :
@@ -3597,6 +3610,7 @@ components:
35973610 items :
35983611 type : object
35993612 x-go-type : interface{}
3613+ x-rust-is-owned-data : true
36003614 SearchSynonymSchema :
36013615 type : object
36023616 required :
@@ -3636,6 +3650,7 @@ components:
36363650 id :
36373651 type : string
36383652 description : The id of the synonym that was deleted
3653+ x-rust-is-owned-data : true
36393654 SearchSynonymsResponse :
36403655 type : object
36413656 required :
@@ -3646,13 +3661,15 @@ components:
36463661 x-go-type : ' []*SearchSynonym'
36473662 items :
36483663 $ref : ' #/components/schemas/SearchSynonym'
3664+ x-rust-is-owned-data : true
36493665 HealthStatus :
36503666 type : object
36513667 required :
36523668 - ok
36533669 properties :
36543670 ok :
36553671 type : boolean
3672+ x-rust-is-owned-data : true
36563673 SchemaChangeStatus :
36573674 type : object
36583675 properties :
@@ -3665,20 +3682,23 @@ components:
36653682 altered_docs :
36663683 type : integer
36673684 description : Number of documents that have been altered
3685+ x-rust-is-owned-data : true
36683686 SuccessStatus :
36693687 type : object
36703688 required :
36713689 - success
36723690 properties :
36733691 success :
36743692 type : boolean
3693+ x-rust-is-owned-data : true
36753694 ApiResponse :
36763695 type : object
36773696 required :
36783697 - message
36793698 properties :
36803699 message :
36813700 type : string
3701+ x-rust-is-owned-data : true
36823702 ApiKeySchema :
36833703 type : object
36843704 required :
@@ -3722,6 +3742,7 @@ components:
37223742 type : integer
37233743 format : int64
37243744 description : The id of the API key that was deleted
3745+ x-rust-is-owned-data : true
37253746 ApiKeysResponse :
37263747 type : object
37273748 required :
@@ -3732,6 +3753,7 @@ components:
37323753 x-go-type : ' []*ApiKey'
37333754 items :
37343755 $ref : ' #/components/schemas/ApiKey'
3756+ x-rust-is-owned-data : true
37353757 MultiSearchResult :
37363758 type : object
37373759 required :
@@ -3745,6 +3767,7 @@ components:
37453767 conversation :
37463768 $ref : ' #/components/schemas/SearchResultConversation'
37473769 x-rust-generic-parameter : D
3770+ x-rust-is-owned-data : true
37483771 MultiSearchResultItem :
37493772 allOf :
37503773 - $ref : ' #/components/schemas/SearchResult'
@@ -3758,6 +3781,7 @@ components:
37583781 type : string
37593782 description : Error description
37603783 x-rust-generic-parameter : D
3784+ x-rust-is-owned-data : true
37613785 SearchParameters :
37623786 type : object
37633787 properties :
@@ -4355,6 +4379,7 @@ components:
43554379 properties :
43564380 ok :
43574381 type : boolean
4382+ x-rust-is-owned-data : true
43584383 AnalyticsEvent :
43594384 type : object
43604385 required :
@@ -4413,6 +4438,7 @@ components:
44134438 type : string
44144439 query :
44154440 type : string
4441+ x-rust-is-owned-data : true
44164442 AnalyticsRuleCreate :
44174443 type : object
44184444 required :
@@ -4503,6 +4529,7 @@ components:
45034529 type : integer
45044530 doc_counter_events :
45054531 type : integer
4532+ x-rust-is-owned-data : true
45064533 APIStatsResponse :
45074534 type : object
45084535 properties :
@@ -4521,6 +4548,7 @@ components:
45214548 latency_ms :
45224549 type : object
45234550 x-go-type : map[string]float64
4551+ x-rust-is-owned-data : true
45244552 overloaded_requests_per_second :
45254553 type : number
45264554 format : double
@@ -4530,6 +4558,7 @@ components:
45304558 requests_per_second :
45314559 type : object
45324560 x-go-type : map[string]float64
4561+ x-rust-is-owned-data : true
45334562 search_latency_ms :
45344563 type : number
45354564 format : double
@@ -4545,6 +4574,7 @@ components:
45454574 write_requests_per_second :
45464575 type : number
45474576 format : double
4577+ x-rust-is-owned-data : true
45484578 StopwordsSetUpsertSchema :
45494579 type : object
45504580 properties :
0 commit comments