Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D Scenes Configuration File Schema Url incorrect #627

Open
WaywardHayward opened this issue Jul 6, 2022 · 0 comments
Open

3D Scenes Configuration File Schema Url incorrect #627

WaywardHayward opened this issue Jul 6, 2022 · 0 comments
Assignees
Labels
bug 🐛 Something isn't working small change 💧 Small changes touching few files

Comments

@WaywardHayward
Copy link
Contributor

Describe the bug
When you open a 3DScenesConfiguration.json File in VSCode you will see the $schema value underlined in yellow.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the blob storage container for your 3D scenes configuration
  2. Download it
  3. Open it in VScode
  4. You will see the schema is highlighted in yellow.

Expected behavior
The value of the schema should be the raw schema file as below

https://raw.githubusercontent.com/microsoft/iot-cardboard-js/main/schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json

and not

https://github.com/microsoft/iot-cardboard-js/tree/main/schemas/3DScenesConfiguration/v1.0.0/3DScenesConfiguration.schema.json

Screenshots

image

Additional context
I would fix this myself but can't seem to find where this gets generated.

@WaywardHayward WaywardHayward added bug 🐛 Something isn't working small change 💧 Small changes touching few files labels Jul 6, 2022
msnyder-msft added a commit that referenced this issue Aug 1, 2022
@msnyder-msft msnyder-msft assigned msnyder-msft and unassigned darsney Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working small change 💧 Small changes touching few files
Projects
None yet
Development

No branches or pull requests

4 participants
@darsney @WaywardHayward @msnyder-msft and others