mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-26 11:01:07 +01:00
fix(swagger): update netip.Addr definition type to string
This commit is contained in:
@@ -5261,7 +5261,16 @@
|
||||
"x-omitempty": false
|
||||
},
|
||||
"netip.Addr": {
|
||||
"type": "object",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"format": "ipv4"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"format": "ipv6"
|
||||
}
|
||||
],
|
||||
"x-nullable": false,
|
||||
"x-omitempty": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user