@@ -1473,7 +1473,7 @@ class WebsetItemArticleProperties(ExaBaseModel):
1473
1473
The text content for the article
1474
1474
"""
1475
1475
article : WebsetItemArticlePropertiesFields = Field (
1476
- ..., title = 'WebsetItemArticlePropertiesFields'
1476
+ ..., title = 'WebsetItemArticlePropertiesFields' , alias = 'article'
1477
1477
)
1478
1478
"""
1479
1479
The article fields
@@ -1506,7 +1506,7 @@ class WebsetItemCompanyProperties(ExaBaseModel):
1506
1506
The text content of the company website
1507
1507
"""
1508
1508
company : WebsetItemCompanyPropertiesFields = Field (
1509
- ..., title = 'WebsetItemCompanyPropertiesFields'
1509
+ ..., title = 'WebsetItemCompanyPropertiesFields' , alias = 'company'
1510
1510
)
1511
1511
"""
1512
1512
The company fields
@@ -1569,7 +1569,7 @@ class WebsetItemCustomProperties(ExaBaseModel):
1569
1569
The text content of the Item
1570
1570
"""
1571
1571
custom : WebsetItemCustomPropertiesFields = Field (
1572
- ..., title = 'WebsetItemCustomPropertiesFields'
1572
+ ..., title = 'WebsetItemCustomPropertiesFields' , alias = 'custom'
1573
1573
)
1574
1574
"""
1575
1575
The custom fields
@@ -1631,7 +1631,7 @@ class WebsetItemPersonProperties(ExaBaseModel):
1631
1631
Short description of the relevance of the person
1632
1632
"""
1633
1633
person : WebsetItemPersonPropertiesFields = Field (
1634
- ..., title = 'WebsetItemPersonPropertiesFields'
1634
+ ..., title = 'WebsetItemPersonPropertiesFields' , alias = 'person'
1635
1635
)
1636
1636
"""
1637
1637
The person fields
@@ -1687,7 +1687,7 @@ class WebsetItemResearchPaperProperties(ExaBaseModel):
1687
1687
The text content of the research paper
1688
1688
"""
1689
1689
research_paper : WebsetItemResearchPaperPropertiesFields = Field (
1690
- ..., title = 'WebsetItemResearchPaperPropertiesFields'
1690
+ ..., title = 'WebsetItemResearchPaperPropertiesFields' , alias = 'researchPaper'
1691
1691
)
1692
1692
"""
1693
1693
The research paper fields
0 commit comments