Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2023-10-10)

### Features

* URN-Like Reference Support for Sub-Entity ([#66](#66)) ([de613ce](de613ce))
  • Loading branch information
semantic-release-bot committed Oct 10, 2023
1 parent de613ce commit 5af2796
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sps-api-standards.spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ rules:
function: pattern
functionOptions:
match: '^string$'
sps-ref-in-url:
description: Parameters for sps-ref formatted URN-like references SHOULD NOT be used in query or path parameters.
severity: warn
formats: [oas3]
given: '$.paths.*.*.parameters[?((@.in=="query" || @.in=="path") && (@.name == "ref" || @.name == "Ref"))]'
then:
field: name
function: falsy
# fingerprint property usage and naming
sps-fingerprint-naming:
description: Rather than property names refering to the implementation for 'hash' or 'hashkey', you MUST use the property name 'fingerprint'.
Expand Down

0 comments on commit 5af2796

Please sign in to comment.