The actual scenario allows the user create a middleware without an operation.
This behavior prevents user delete that middleware throwing a NullPointerException on the API side when trying to delete.
This pull request is to not permit user create a middleware without an operation.
The actual scenario allows the user create a middleware without an operation. This behavior prevents user delete that middleware throwing a NullPointerException on the API side when trying to delete. This pull request is to not permit user create a middleware without an operation.