Pode
Pode copied to clipboard
ConvertTo-PodeOAParameter -In Path should set Required to true to be OpenAPI compliant.
ConvertTo-PodeOAParameter -In Path should set the property Required to true The code change is simple
OpenApi.ps1 Line 1415 if ($Property.required) { $prop['required'] = $Property.required } elseif ($In -eq 'Path') #for compliance { $prop['required'] = $true }