You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
316 B

  1. {
  2. "$schema": "https://json-schema.org/draft/2020-12/schema#",
  3. "$id": "qmk.user_repo.v0",
  4. "title": "User Repository Information",
  5. "type": "object",
  6. "required": [
  7. "userspace_version"
  8. ],
  9. "properties": {
  10. "userspace_version": {
  11. "type": "string",
  12. },
  13. }
  14. }