Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump @stoplight/spectral-cli from 6.11.1 to 6.13.1 (#…
…119) * build(deps-dev): bump @stoplight/spectral-cli from 6.11.1 to 6.13.1 Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) from 6.11.1 to 6.13.1. - [Release notes](https://github.com/stoplightio/spectral/releases) - [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md) - [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.11.1...@stoplight/spectral-cli-6.13.1) --- updated-dependencies: - dependency-name: "@stoplight/spectral-cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix(openapi): add migration to fix spectral array-items lint error ``` 301:28 error array-items Schemas with "type: array", require a sibling "items" field paths./users/track.post.requestBody.content.application/json.schema.properties.events 3256:43 error array-items Schemas with "type: array", require a sibling "items" field paths./messages/schedule/create.post.requestBody.content.application/json.schema.properties.audience.properties.AND 3396:43 error array-items Schemas with "type: array", require a sibling "items" field paths./campaigns/trigger/schedule/create.post.requestBody.content.application/json.schema.properties.audience.properties.AND 3534:43 error array-items Schemas with "type: array", require a sibling "items" field paths./canvas/trigger/schedule/create.post.requestBody.content.application/json.schema.properties.audience.properties.AND 3950:43 error array-items Schemas with "type: array", require a sibling "items" field paths./messages/send.post.requestBody.content.application/json.schema.properties.audience.properties.AND 4163:43 error array-items Schemas with "type: array", require a sibling "items" field paths./campaigns/trigger/send.post.requestBody.content.application/json.schema.properties.audience.properties.AND 4312:43 error array-items Schemas with "type: array", require a sibling "items" field paths./canvas/trigger/send.post.requestBody.content.application/json.schema.properties.audience.properties.AND 6165:49 error array-items Schemas with "type: array", require a sibling "items" field paths./users/merge.post.requestBody.content.application/json.schema.properties.merge_updates ``` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark <[email protected]>
- Loading branch information