feat: Add hardware metadata schema.

* Initial hardware metadata JSON schema.
* GH Action to validate all schemas for boards/shields.
This commit is contained in:
Peter Johanson
2021-03-27 20:51:04 -04:00
committed by Pete Johanson
parent 4a5454b0f9
commit 1d69bdda60
5 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
# Convert YAML to JSON for validation
remarshal>=0.14.0
# Perform our hardware metadata validation
jsonschema>=3.2.0