AH
Size: a a a
AH
Dv
Dv
AH
let allSchemas =
[ for path in api.Paths do
for method in path.Methods do
if method.Parameters.IsSome then
method.Parameters.Value
yield! api.Schemas ]
if not allSchemas.IsEmpty then
types (extractRecords allSchemas)
AH
VS
AH
VS
AH
Ɖ
let allSchemas =
[ for path in api.Paths do
for method in path.Methods do
if method.Parameters.IsSome then
method.Parameters.Value
yield! api.Schemas ]
if not allSchemas.IsEmpty then
types (extractRecords allSchemas)
AH
Ɖ
AH
VS
VS
AH