checkSkip

abstract fun checkSkip(schema: Schema<*>): SkipReason?

Checks if the schema should be skipped based on cycles or depth.

Return

skip reason if schema should be skipped, null otherwise

Parameters

schema

the schema to check