Skip to content

Commit 8b12b0c

Browse files
committed
Update directives.
1 parent cec346c commit 8b12b0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/readme.graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ directive:
409409
- from: 'openapi-document'
410410
where: $.paths..operationId
411411
transform: |
412-
return ($.endsWith("ByRef")) ? $.replace("_", "Ref_") : $
412+
return ($.endsWith("ByRef")) ? $.replace("_", "GraphRef_") : $
413413
- where:
414-
subject: ^(\w*[a-z])Ref([A-Z]\w*)$
414+
subject: ^(\w*[a-z])GraphRef([A-Z]\w*)$
415415
set:
416416
subject: $1$2ByRef
417417
# Remove *ByRef commands

0 commit comments

Comments
 (0)