Move notification channel data jsonschema to pydantic
I think there would be something to be said for also converting debusine.db.models.NotificationChannel.data_jsonschemas into pydantic as the structure of data, putting the new model in this file, and rearranging NotificationChannel.clean as needed to do its validation using pydantic rather than jsonschema; that should let us get rid of jsonschema entirely.