Skip to content

[F] getJsonSchemaTypes

function getJsonSchemaTypes(program): (Model | Namespace)[]

Returns types that are annotated with @jsonSchema or contained within a namespace that is annoted with @jsonSchema.

Parameters

ParameterTypeDescription
programProgramTypeSpec program

Returns

(Model | Namespace)[]