isIgnored

open fun isIgnored(property: KProperty1<*, *>): Boolean(source)

Determines if the given property should be excluded from the generated schema. By default, ignores properties annotated with JsonSchema.Ignore.

Report a problem