The Overlay 1.1 copy implementation, as visible in the openapi-format documentation (https://github.com/thim81/openapi-format#what-is-an-openapi-overlay) is not in line with the specification (https://spec.openapis.org/overlay/v1.1.0.html#copy-example)
the copy node should not be typed as a boolean - should be the source json path to copy from. There is no from keyword in the spec.
The Overlay 1.1 copy implementation, as visible in the openapi-format documentation (https://github.com/thim81/openapi-format#what-is-an-openapi-overlay) is not in line with the specification (https://spec.openapis.org/overlay/v1.1.0.html#copy-example)
the copy node should not be typed as a boolean - should be the source json path to copy from. There is no from keyword in the spec.