File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ overlay : 1.0.0
2+ x-speakeasy-jsonpath : rfc9535
3+ info :
4+ title : Simplify redundant allOf inline schemas
5+ version : 0.0.0
6+ actions :
7+ - target : " $..allOf[?@.enum && !@['$ref']]"
8+ description : >
9+ Remove inline enum definitions that duplicate a $ref enum in the same
10+ allOf. These are artifacts from zod-openapi .extend() serialization.
11+ remove : true
Original file line number Diff line number Diff line change 88 - location : .speakeasy/overlays/open-enums.overlay.yaml
99 - location : .speakeasy/overlays/remove-rss-responses.overlay.yaml
1010 - location : .speakeasy/overlays/add-headers.overlay.yaml
11+ - location : .speakeasy/overlays/allof-simplify.overlay.yaml
1112 output : .speakeasy/out.openapi.yaml
1213 registry :
1314 location : registry.speakeasyapi.dev/openrouter/sdk/open-router-chat-completions-api
You can’t perform that action at this time.
0 commit comments