Pudu programming language
Menu
API reference

Std.App.OpenApi.problems

1 declaration

fn

problems: &Std.App.OpenApi.Document -> Array[Str]

What is inconsistent in a document: repeated operation ids, a Named schema never declared, a path segment without a path parameter, and an operation with no answers.

Back to Std.App.OpenApiSearch related declarations