Skip to content

[F] getJsonSchemaTypes

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

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

Parameters

ParameterTypeDescription
programProgramTypeSpec program

Returns

(Namespace | Model)[]