Skip to content

Commit 09187f7

Browse files
fix: adj validator
1 parent 72d4fb6 commit 09187f7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/scripts/adj-tester/schema/board.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"additionalProperties": true,
77
"required": [
88
"board_id",
9-
"board_ip"
9+
"board_ip",
10+
"measurements",
11+
"packets"
1012
],
1113
"properties": {
1214
"board_id": {
@@ -39,5 +41,4 @@
3941
"description": "Array of packet file paths relative to board directory"
4042
}
4143
}
42-
}
43-
}
44+
}

0 commit comments

Comments
 (0)