File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed
components/schemas/datasets Expand file tree Collapse file tree 3 files changed +14
-16
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ type: object
55properties :
66 error :
77 allOf :
8- - $ref : ./errorDataset .yaml
8+ - $ref : ./DatasetSchemaValidationError .yaml
99 - {}
Original file line number Diff line number Diff line change @@ -539,23 +539,21 @@ post:
539539 - example :
540540 error :
541541 type : schema-validation-error
542- message : >-
543- Schema validation failed
542+ message : Schema validation failed
544543 example :
545544 error :
546- type : schema-validation-error
547- message : >-
548- Schema validation failed
549- data :
550- invalidItems :
551- - itemPosition : 2
552- - validationErrors :
553- instancePath : /1/stringField
554- schemaPath : /items/properties/stringField/type
555- keyword : type
556- params :
557- type : string
558- message : ' must be string'
545+ type : schema-validation-error
546+ message : Schema validation failed
547+ data :
548+ invalidItems :
549+ - itemPosition : 2
550+ validationErrors :
551+ - instancePath : /1/stringField
552+ schemaPath : /items/properties/stringField/type
553+ keyword : type
554+ params :
555+ type : string
556+ message : ' must be string'
559557 deprecated : false
560558 x-legacy-doc-urls :
561559 - https://docs.apify.com/api/v2#/reference/datasets/item-collection/put-items
You can’t perform that action at this time.
0 commit comments