aboutsummaryrefslogtreecommitdiff
path: root/data/schemas/user_repo_v0.jsonschema
diff options
context:
space:
mode:
authorlsh4711 <120231876+lsh4711@users.noreply.github.com>2025-04-18 18:05:25 +0900
committerGitHub <noreply@github.com>2025-04-18 19:05:25 +1000
commit800bc78d26ea02083be86596ab63fe7d4bf17e5c (patch)
tree924d7626f3bd81674cdab455dec7ec450b02e46b /data/schemas/user_repo_v0.jsonschema
parent576325e2f489b888fda9c74df08534856cfea5c2 (diff)
Fix missing and extra commas in JSON schema (#25057)
Diffstat (limited to 'data/schemas/user_repo_v0.jsonschema')
-rw-r--r--data/schemas/user_repo_v0.jsonschema4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/schemas/user_repo_v0.jsonschema b/data/schemas/user_repo_v0.jsonschema
index b18ac50428..58d955abe2 100644
--- a/data/schemas/user_repo_v0.jsonschema
+++ b/data/schemas/user_repo_v0.jsonschema
@@ -8,7 +8,7 @@
],
"properties": {
"userspace_version": {
- "type": "string",
- },
+ "type": "string"
+ }
}
}