Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
lorennorman committed Nov 8, 2023
1 parent 42e7182 commit eceb198
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions boards/magic_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@
"items": {
"type": "object",
"required": [ "name", "type" ],
"properties": {
"name": { "type": "string" },
"type": { "type": "string" }
},
"oneOf": [
{ "required": [ "isPin" ],
"properties": {
"isPin": { "type": "boolean", "const": true },
"name": { "type": "string" },
"type": { "type": "string" },
"pinName": { "type": "string" },
"mode": { "type": "string" },
"direction": { "type": "string" }
Expand Down

0 comments on commit eceb198

Please sign in to comment.