Badgerati / Pode

Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
https://badgerati.github.io/Pode
MIT License
830 stars 92 forks source link

Fixes [ordered] comparisons in PowerShell 5.1; Fixes OpenAPI version validation check in PowerShell 5.1; Fixes for various OpenAPI issues #1358

Closed mdaneri closed 1 month ago

mdaneri commented 1 month ago

FIxes:

Changed to

[ValidateSet( '3.1' , '3.0' )] 
[string]