Lets say I have a view called ViewA, which implements CogniteSchedulable.
As we know, CogniteSchedulable has the following properties:

Now, according to my requirement, I need to put a default value to the startTime and I also want to make endTime non-nullable. How do I override these settings? Since I am not managing the container definition for these containers, where do I make the changes?
Any examples would be appreciated.