Skip to content

Commit 08b7b71

Browse files
updates schemas [skip actions]
1 parent 39006a6 commit 08b7b71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

schemas/metadata_schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27110,7 +27110,7 @@
2711027110
"encoder_output": {
2711127111
"anyOf": [
2711227112
{
27113-
"$ref": "#/$defs/DaqChannelType"
27113+
"$ref": "#/$defs/DAQChannel"
2711427114
},
2711527115
{
2711627116
"type": "null"
@@ -27134,7 +27134,7 @@
2713427134
"brake_output": {
2713527135
"anyOf": [
2713627136
{
27137-
"$ref": "#/$defs/DaqChannelType"
27137+
"$ref": "#/$defs/DAQChannel"
2713827138
},
2713927139
{
2714027140
"type": "null"
@@ -27154,7 +27154,7 @@
2715427154
"torque_output": {
2715527155
"anyOf": [
2715627156
{
27157-
"$ref": "#/$defs/DaqChannelType"
27157+
"$ref": "#/$defs/DAQChannel"
2715827158
},
2715927159
{
2716027160
"type": "null"

schemas/rig_schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14181,7 +14181,7 @@
1418114181
"encoder_output": {
1418214182
"anyOf": [
1418314183
{
14184-
"$ref": "#/$defs/DaqChannelType"
14184+
"$ref": "#/$defs/DAQChannel"
1418514185
},
1418614186
{
1418714187
"type": "null"
@@ -14205,7 +14205,7 @@
1420514205
"brake_output": {
1420614206
"anyOf": [
1420714207
{
14208-
"$ref": "#/$defs/DaqChannelType"
14208+
"$ref": "#/$defs/DAQChannel"
1420914209
},
1421014210
{
1421114211
"type": "null"
@@ -14225,7 +14225,7 @@
1422514225
"torque_output": {
1422614226
"anyOf": [
1422714227
{
14228-
"$ref": "#/$defs/DaqChannelType"
14228+
"$ref": "#/$defs/DAQChannel"
1422914229
},
1423014230
{
1423114231
"type": "null"

0 commit comments

Comments
 (0)