AllOfPropertyDefinition
data class AllOfPropertyDefinition(val allOf: List<PropertyDefinition>, val description: String? = null) : PropertyDefinition(source)
Represents an allOf schema composition.
Validates that the instance matches all of the provided schemas. Commonly used for schema composition and inheritance patterns.