Access Local Schema File in Edge - "Could not resolve reference because of: Not Found"

Hello Everyone.

I am new to Edge. My Specs has references to schema files (JSON). I uploaded these files to the my edge account next to my spec (yml) file.

However my spec is not able to access them. Do I need a complete URL access (with security) or just a local reference will work.

Could not resolve reference because of: Not Found

Should I have

components:
schemas:
request_header:
$ref: "https://experian.apigee.com/organizations/<org>/specs/folder/391457/editor/34483/somefile.json"

OR

components:
schemas:
request_header:
$ref: "./somefile.json"

0 1 52
1 REPLY 1

Hi N M,

Can you tell me where specifically you are seeing this message

Could not resolve reference because of: Not Found

??