1 2 3 4 5 6 7 8 9 10 11 12 13
openapi: 3.0.0 info: title: Test valid external $ref of PathItem version: 1.0.0 servers: - url: https://acme.com/api/v1 paths: /test: $ref: '../resources/include.yaml#/paths/~1test' /test2: $ref: '../resources/include.yaml#/paths/~1'