Validate that the JSON object contains all required keys.
B jsonRequiresKeys(Iterable<String> keys, {String? message}) { return add(jsonHasKeys(keys), message: message); }