Skip to content

Commit 7272910

Browse files
- Removed pre-commit test
- Bundled a fresh OpenAPI schema
1 parent 646d071 commit 7272910

File tree

3 files changed

+1240
-7
lines changed

3 files changed

+1240
-7
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
"lint-staged": {
3535
"./deploy/v2/{cameras,materials,lightsources,lenses}.json": [
3636
"node scripts/pre-commit.mjs --staged"
37-
],
38-
"./schemas/components/schemas/{Base,Camera,Lens,Lightsource,Material}.json": [
39-
"npm run redocly-bundle"
4037
]
4138
}
4239
}

schemas/components/schemas/Base.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"content": {
3737
"application/json": {
3838
"schema": {
39-
"$ref": "Material.json"
39+
"$ref": "./Material.json"
4040
}
4141
}
4242
}
@@ -65,7 +65,7 @@
6565
"content": {
6666
"application/json": {
6767
"schema": {
68-
"$ref": "Lightsource.json"
68+
"$ref": "./Lightsource.json"
6969
}
7070
}
7171
}
@@ -94,7 +94,7 @@
9494
"content": {
9595
"application/json": {
9696
"schema": {
97-
"$ref": "Camera.json"
97+
"$ref": "./Camera.json"
9898
}
9999
}
100100
}
@@ -120,7 +120,7 @@
120120
"content": {
121121
"application/json": {
122122
"schema": {
123-
"$ref": "Lens.json"
123+
"$ref": "./Lens.json"
124124
}
125125
}
126126
}

0 commit comments

Comments
 (0)