How to generate proxy from spec OAS 3.0.2 with ref to the paths

How to generate proxy with spec OAS 3.0.2 consists of reference

paths:
/orders/available: $ref: './resources/svc/orders.yaml#/available'
/orders/check: $ref: './resources/svc/orders.yaml#/CheckPost'

0 1 95
1 REPLY 1

Proxy generation expects a fully resolved spec. Note that multipart specs are a kind of authoring convenience, and access those parts could be compromised by variances in permissions or availability. By resolving to a single file, you guarantee a complete spec. Ref dependencies may also change at a different times, so having the resolved version means you can know what the state was at that time.