Skip to content

Commit 192dc86

Browse files
authored
Merge pull request #419 from alejoe91/update-schema
Add contact_sides to JSON schema
2 parents 75370d5 + ede3529 commit 192dc86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/probeinterface/schema/probe.json.schema

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
"type": "array",
103103
"items": { "type": "string" }
104104
},
105+
"contact_sides": {
106+
"type": "array",
107+
"items": { "type": "string" }
108+
},
105109
"device_channel_indices": {
106110
"type": "array",
107111
"items": { "type": "integer" }

0 commit comments

Comments
 (0)