**Describe the issue** The Delay timeUnit must the value valid for the Java's standard TimeUnit ([code](https://github.com/mock-server/mockserver/blob/b607ad690543b17a6f6d6ecd92292ca3f28afe0d/mockserver-core/src/main/java/org/mockserver/model/Delay.java#L10)), but the API accepts any string. <img width="222" alt="image" src="https://github.com/user-attachments/assets/e4444679-25e5-4b8e-95ea-62c218b117aa"> Causing MockServer to create a delay without a TimeUnit. <img width="111" alt="image" src="https://github.com/user-attachments/assets/37544c87-f736-4d5d-9464-85dd986ab6cb"> **MockServer version** [5.15.0](https://github.com/mock-server/mockserver/releases/tag/mockserver-5.15.0) **Expected behaviour** MockServer should reject the request without a valid TimeUnit