You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am experimenting with oasdiff and also an open api spec of SysML. Here is the link where you can find the spec: http://sysml2.intercax.com:9000/docs/, I have downloaded the same and named it as openspec1.json. Made a copy of it, made some changes and renamed it as openspec2.json.
When i try to find the difference using the command: docker run --rm -t -v $(pwd):/specs:ro -w /specs tufin/oasdiff:latest diff openspec1.json openspec2.json i get the following error "failed to load base spec from "openspec1.json": map key "Error" not found"
I have tried with the previous versions as well and received the same error.
Attaching openspec1.json and openspec2.json openspec1.json openspec2.json
The text was updated successfully, but these errors were encountered:
Hello,
I am experimenting with oasdiff and also an open api spec of SysML. Here is the link where you can find the spec: http://sysml2.intercax.com:9000/docs/, I have downloaded the same and named it as openspec1.json. Made a copy of it, made some changes and renamed it as openspec2.json.
When i try to find the difference using the command: docker run --rm -t -v $(pwd):/specs:ro -w /specs tufin/oasdiff:latest diff openspec1.json openspec2.json i get the following error "failed to load base spec from "openspec1.json": map key "Error" not found"
I have tried with the previous versions as well and received the same error.
Attaching openspec1.json and openspec2.json
openspec1.json
openspec2.json
The text was updated successfully, but these errors were encountered: