We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80e469 commit b207d1bCopy full SHA for b207d1b
.github/workflows/json_schemas_pr_check.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
if ! git diff --exit-code "$json_file" >/dev/null; then
50
echo "ERROR: $json_file is out of sync with $ts_file."
51
- echo "Please put the changes to .ts file ($ts_file) and update the .json file ($json_file) by running the build script (npm run build)."
+ echo "Please put the schema changes to .ts file ($ts_file) and update the .json file ($json_file) by running the build script (npm run build)."
52
failed=1
53
fi
54
done
packages/json_schemas/schemas/actor.schema.json
@@ -9,7 +9,7 @@
9
"maximum": 1
10
},
11
"name": {
12
- "type": "number"
+ "type": "integer"
13
14
"title": {
15
"type": "string"
@@ -141,4 +141,4 @@
141
"version",
142
"name"
143
]
144
-}
+}
0 commit comments