Skip to content

Commit

Permalink
Fix broken uris
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Jun 12, 2024
1 parent be26d0f commit 74113f2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
],
"properties": {
"box": {
"$ref": "geometry.box.schema.json"
"$ref": "box.schema.json"
},
"cylinder": {
"$ref": "geometry.cylinder.schema.json"
"$ref": "cylinder.schema.json"
},
"sphere": {
"$ref": "geometry.sphere.schema.json"
"$ref": "sphere.schema.json"
},
"ellipsoid": {
"$ref": "geometry.ellipsoid.schema.json"
"$ref": "ellipsoid.schema.json"
},
"region": {
"$ref": "geometry.region.schema.json"
"$ref": "region.schema.json"
}
},
"oneOf": [
Expand Down

0 comments on commit 74113f2

Please sign in to comment.