Commit 9acc46f6 authored by Rafael Monnerat's avatar Rafael Monnerat

ors-amarisoft: Fixup on cell/common.json

  By using ref to ../ru/input-schema.json you append oneOf list and dont extend the
  current list.

  This fixes validation properly when oneOf the values are used.
parent b56ede93
......@@ -103,7 +103,9 @@
}
}
},
{ "$ref": "../ru/input-schema.json" }
{ "$ref": "../ru/sdr/input-schema.json" },
{ "$ref": "../ru/lopcomm/input-schema.json" },
{ "$ref": "../ru/sunwave/input-schema.json" }
]
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment