return null; // "additionalItems":true is the default
}
return new ArraySchema.NoAdditionalItems();
}
throw new JsonMappingException("additionalItems nodes can only be of "
+ "type Boolean or Object; instead found something starting with token " + node.asToken());
}
}