This validator will check if the ownerId and the name of the organization not exist in the database by applying the following steps in sequence:
Get the ownerId and the name of the organization from the context
Check if the ownerId and the name of the organization exist in the database
throw error if exist else return 200
Generated using TypeDoc
Validate the ownerId and the name of the organization not exist in the database.