Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2023-06-13)

### Bug Fixes

* `sps-fingerprint-type` Spectral Ruleset Performance ([#56](#56)) ([71b1b7e](71b1b7e))
  • Loading branch information
semantic-release-bot committed Jun 13, 2023
1 parent 71b1b7e commit 7ca9c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sps-api-standards.spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rules:
description: Fingerprint values MUST use a data type of `string`.
severity: error
formats: [oas3]
given: '$.components.schemas..properties..[?(@property=== "fingerprint")].type'
given: '$..[?(@property === "fingerprint")].type'
then:
function: pattern
functionOptions:
Expand Down

0 comments on commit 7ca9c1a

Please sign in to comment.