wg-bond icon indicating copy to clipboard operation
wg-bond copied to clipboard

Can’t generate JsonSchema due to missing JsonSchema implementation for IpNetwork

Open cab404 opened this issue 2 years ago • 1 comments

I’ve tried adding JsonSchema for our config (because having one will allow us adding custom config editors with validation and stuff). However, I was blocked on missing implementation of JsonSchema for IpNetwork. We either need to somehow pass it through into JsonSchema derive macro, or add implemetation to IpNetwork crate itself.

Related: https://github.com/achanda/ipnetwork/issues/153

cab404 avatar May 10 '22 10:05 cab404