Skip to content

Commit 017cce5

Browse files
authored
Merge pull request #118 from OAI/mdk/rfc-9535
Fixes examples for compliance with RFC-9535
2 parents 506688d + 4a19370 commit 017cce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/1.1.0-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ info:
280280
title: Apply Traits
281281
version: 1.0.0
282282
actions:
283-
- target: $.paths.*.get[?(@.x-oai-traits[?(@ == 'paged')])]
283+
- target: $.paths.*.get[?(@['x-oai-traits'][?(@ == 'paged')])]
284284
update:
285285
parameters:
286286
- name: top

0 commit comments

Comments
 (0)