scanForConstraints

fun ComponentSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): ComponentSchema
fun AnyOfSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): AnyOfSchema
fun ArraySchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): ArraySchema
fun EnumSchema.scanForConstraints(prop: KProperty1<*, *>): EnumSchema
fun FormattedSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): FormattedSchema
fun SimpleSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): SimpleSchema
fun ObjectSchema.scanForConstraints(type: KType, prop: KProperty1<*, *>): ObjectSchema