openapi-spec-validator icon indicating copy to clipboard operation
openapi-spec-validator copied to clipboard

Eliminate added x-scope attributes

Open wittlesouth opened this issue 6 years ago • 0 comments

I'm working on some code that imports an OpenAPI spec, modifies it, and outputs a new one. I'd prefer not to have the spec modified by the validator; the addition of the x-scope attributes is something I'd prefer to avoid.

I'm working around this for now by making a deep copy of the spec and passing that to validate_spec, so consider this a suggestion rather than a serious issue.

wittlesouth avatar Jan 26 '19 19:01 wittlesouth