summaryrefslogtreecommitdiff
path: root/data/schemas/user_repo_v0.jsonschema
diff options
context:
space:
mode:
Diffstat (limited to 'data/schemas/user_repo_v0.jsonschema')
-rw-r--r--data/schemas/user_repo_v0.jsonschema14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/schemas/user_repo_v0.jsonschema b/data/schemas/user_repo_v0.jsonschema
new file mode 100644
index 0000000000..b18ac50428
--- /dev/null
+++ b/data/schemas/user_repo_v0.jsonschema
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema#",
+ "$id": "qmk.user_repo.v0",
+ "title": "User Repository Information",
+ "type": "object",
+ "required": [
+ "userspace_version"
+ ],
+ "properties": {
+ "userspace_version": {
+ "type": "string",
+ },
+ }
+}