File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-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 @@ -157,7 +157,8 @@ type Entity struct {
157157 // A constant representing the object's type. For this resource it will always be
158158 // `entity`.
159159 Type EntityType `json:"type" api:"required"`
160- // The validation results for the entity.
160+ // The validation results for the entity. Learn more about
161+ // [validations](/documentation/entity-validation).
161162 Validation EntityValidation `json:"validation" api:"required,nullable"`
162163 ExtraFields map [string ]interface {} `json:"-" api:"extrafields"`
163164 JSON entityJSON `json:"-"`
@@ -1358,7 +1359,8 @@ func (r EntityType) IsKnown() bool {
13581359 return false
13591360}
13601361
1361- // The validation results for the entity.
1362+ // The validation results for the entity. Learn more about
1363+ // [validations](/documentation/entity-validation).
13621364type EntityValidation struct {
13631365 // The list of issues that need to be addressed.
13641366 Issues []EntityValidationIssue `json:"issues" api:"required"`
You can’t perform that action at this time.
0 commit comments