diff options
author | lsh4711 <120231876+lsh4711@users.noreply.github.com> | 2025-04-18 18:05:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 19:05:25 +1000 |
commit | 800bc78d26ea02083be86596ab63fe7d4bf17e5c (patch) | |
tree | 924d7626f3bd81674cdab455dec7ec450b02e46b /data/schemas/user_repo_v0.jsonschema | |
parent | 576325e2f489b888fda9c74df08534856cfea5c2 (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.jsonschema | 4 |
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" + } } } |