You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: achanda/ipnetwork#153
The text was updated successfully, but these errors were encountered: