@@ -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 :
@@ -3484,6 +3491,7 @@ components:
34843491 $ref : ' #/components/schemas/SearchResultHit'
34853492 x-rust-type : Vec<models::SearchResultHit<'a, D>>
34863493 x-rust-generic-parameter : D
3494+ x-rust-is-owned-data : true
34873495 SearchResultHit :
34883496 type : object
34893497 properties :
@@ -3496,12 +3504,14 @@ components:
34963504 type : object
34973505 description : Highlighted version of the matching document
34983506 additionalProperties : true
3507+ x-rust-is-owned-data : true
34993508 document :
35003509 type : object
35013510 description : Can be any key-value pair
35023511 additionalProperties :
35033512 type : object
35043513 x-rust-type : Option<D>
3514+ x-rust-is-owned-data : true
35053515 text_match :
35063516 type : integer
35073517 format : int64
@@ -3524,11 +3534,13 @@ components:
35243534 type : integer
35253535 typo_prefix_score :
35263536 type : integer
3537+ x-rust-is-owned-data : true
35273538 geo_distance_meters :
35283539 type : object
35293540 description : Can be any key-value pair
35303541 additionalProperties :
35313542 type : integer
3543+ x-rust-is-owned-data : true
35323544 vector_distance :
35333545 type : number
35343546 format : float
@@ -3541,6 +3553,7 @@ components:
35413553 type : number
35423554 format : float
35433555 description : Combined score from rank fusion of text and vector search
3556+ x-rust-is-owned-data : true
35443557 search_index :
35453558 type : integer
35463559 description : Returned only for union query response. Indicates the index of the query which this document matched to.
@@ -3556,6 +3569,7 @@ components:
35563569 country : USA
35573570 text_match : 1234556
35583571 x-rust-generic-parameter : D
3572+ x-rust-is-owned-data : true
35593573 SearchHighlight :
35603574 type : object
35613575 properties :
@@ -3597,6 +3611,7 @@ components:
35973611 items :
35983612 type : object
35993613 x-go-type : interface{}
3614+ x-rust-is-owned-data : true
36003615 SearchSynonymSchema :
36013616 type : object
36023617 required :
@@ -3636,6 +3651,7 @@ components:
36363651 id :
36373652 type : string
36383653 description : The id of the synonym that was deleted
3654+ x-rust-is-owned-data : true
36393655 SearchSynonymsResponse :
36403656 type : object
36413657 required :
@@ -3646,13 +3662,15 @@ components:
36463662 x-go-type : ' []*SearchSynonym'
36473663 items :
36483664 $ref : ' #/components/schemas/SearchSynonym'
3665+ x-rust-is-owned-data : true
36493666 HealthStatus :
36503667 type : object
36513668 required :
36523669 - ok
36533670 properties :
36543671 ok :
36553672 type : boolean
3673+ x-rust-is-owned-data : true
36563674 SchemaChangeStatus :
36573675 type : object
36583676 properties :
@@ -3665,20 +3683,23 @@ components:
36653683 altered_docs :
36663684 type : integer
36673685 description : Number of documents that have been altered
3686+ x-rust-is-owned-data : true
36683687 SuccessStatus :
36693688 type : object
36703689 required :
36713690 - success
36723691 properties :
36733692 success :
36743693 type : boolean
3694+ x-rust-is-owned-data : true
36753695 ApiResponse :
36763696 type : object
36773697 required :
36783698 - message
36793699 properties :
36803700 message :
36813701 type : string
3702+ x-rust-is-owned-data : true
36823703 ApiKeySchema :
36833704 type : object
36843705 required :
@@ -3722,6 +3743,7 @@ components:
37223743 type : integer
37233744 format : int64
37243745 description : The id of the API key that was deleted
3746+ x-rust-is-owned-data : true
37253747 ApiKeysResponse :
37263748 type : object
37273749 required :
@@ -3732,6 +3754,7 @@ components:
37323754 x-go-type : ' []*ApiKey'
37333755 items :
37343756 $ref : ' #/components/schemas/ApiKey'
3757+ x-rust-is-owned-data : true
37353758 MultiSearchResult :
37363759 type : object
37373760 required :
@@ -3745,6 +3768,7 @@ components:
37453768 conversation :
37463769 $ref : ' #/components/schemas/SearchResultConversation'
37473770 x-rust-generic-parameter : D
3771+ x-rust-is-owned-data : true
37483772 MultiSearchResultItem :
37493773 allOf :
37503774 - $ref : ' #/components/schemas/SearchResult'
@@ -3758,6 +3782,7 @@ components:
37583782 type : string
37593783 description : Error description
37603784 x-rust-generic-parameter : D
3785+ x-rust-is-owned-data : true
37613786 SearchParameters :
37623787 type : object
37633788 properties :
@@ -4355,6 +4380,7 @@ components:
43554380 properties :
43564381 ok :
43574382 type : boolean
4383+ x-rust-is-owned-data : true
43584384 AnalyticsEvent :
43594385 type : object
43604386 required :
@@ -4413,6 +4439,7 @@ components:
44134439 type : string
44144440 query :
44154441 type : string
4442+ x-rust-is-owned-data : true
44164443 AnalyticsRuleCreate :
44174444 type : object
44184445 required :
@@ -4503,6 +4530,7 @@ components:
45034530 type : integer
45044531 doc_counter_events :
45054532 type : integer
4533+ x-rust-is-owned-data : true
45064534 APIStatsResponse :
45074535 type : object
45084536 properties :
@@ -4521,6 +4549,7 @@ components:
45214549 latency_ms :
45224550 type : object
45234551 x-go-type : map[string]float64
4552+ x-rust-is-owned-data : true
45244553 overloaded_requests_per_second :
45254554 type : number
45264555 format : double
@@ -4530,6 +4559,7 @@ components:
45304559 requests_per_second :
45314560 type : object
45324561 x-go-type : map[string]float64
4562+ x-rust-is-owned-data : true
45334563 search_latency_ms :
45344564 type : number
45354565 format : double
@@ -4545,6 +4575,7 @@ components:
45454575 write_requests_per_second :
45464576 type : number
45474577 format : double
4578+ x-rust-is-owned-data : true
45484579 StopwordsSetUpsertSchema :
45494580 type : object
45504581 properties :
0 commit comments