Checks if the boundwitness contains any of the payload schemas. If the payload schemas array is empty, it will return true. This is to match the behavior or payload schemasContainsAll which will return true if the payload schemas array is empty.
The boundwitness to check
The payload schemas to check for
True if the boundwitness contains any of the payload schemas
Checks if the boundwitness contains any of the payload schemas. If the payload schemas array is empty, it will return true. This is to match the behavior or payload schemasContainsAll which will return true if the payload schemas array is empty.