File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 236
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-81da26cfd6540bc5195c268095b26df132373e932997f224d19247a36e1a1183 .yml
3- openapi_spec_hash : 7b9bbc35378f2fc47629810923bd0017
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f8f6ba45132556b8cd3b7aec8578241638d4774e41ac769df78731d919c1825f .yml
3+ openapi_spec_hash : 9c80a378f9fb89d648f47596aef948d9
44config_hash : 25d7d7aa4882db6189b4b53e8e249e80
Original file line number Diff line number Diff line change @@ -782,7 +782,10 @@ class ValidationIssue(BaseModel):
782782
783783
784784class Validation (BaseModel ):
785- """The validation results for the entity."""
785+ """The validation results for the entity.
786+
787+ Learn more about [validations](/documentation/entity-validation).
788+ """
786789
787790 issues : List [ValidationIssue ]
788791 """The list of issues that need to be addressed."""
@@ -914,7 +917,10 @@ class Entity(BaseModel):
914917 """
915918
916919 validation : Optional [Validation ] = None
917- """The validation results for the entity."""
920+ """The validation results for the entity.
921+
922+ Learn more about [validations](/documentation/entity-validation).
923+ """
918924
919925 if TYPE_CHECKING :
920926 # Some versions of Pydantic <2.8.0 have a bug and don’t allow assigning a
You can’t perform that action at this time.
0 commit comments