feat: support bulk callback for patch.schemas
- Updated type definition to allow function signature in addition to Record
- Implemented bulk callback for OpenAPI v3 schemas
- Implemented bulk callback for OpenAPI v2 (swagger) definitions
- Added comprehensive tests for both v2 and v3 specs
- Tests cover basic callbacks, mutations, version extraction, and invalid schema handling
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>