Added
ValidationErrorKind.nameproperty returning the keyword name (e.g.,"minimum","divisibleBy").ValidationErrorKind.valueproperty returning the constraint value.ValidationErrorKind.as_dict()method returning error details as a dictionary.
Performance
- Faster validation via cost-based keyword ordering.
- Faster
patternPropertiesfor simple prefix patterns (e.g.,^x-).